simondh's picture
front
cc651f6
raw
history blame
166 Bytes
import type { PluginCreator } from 'postcss';
import { pluginOptions } from './options';
declare const creator: PluginCreator<pluginOptions>;
export default creator;