UNPKG

437 BTypeScriptView Raw
1export = pluginCreator;
2/**
3 * @typedef {{add?: boolean}} Options
4 */
5/**
6 * @type {import('postcss').PluginCreator<Options>}
7 * @param {Options} opts
8 * @return {import('postcss').Plugin}
9 */
10declare function pluginCreator(opts?: Options): import('postcss').Plugin;
11declare namespace pluginCreator {
12 export { postcss, Options };
13}
14type Options = {
15 add?: boolean;
16};
17declare var postcss: true;
18//# sourceMappingURL=index.d.ts.map
\No newline at end of file