9 lines
177 B
Plaintext
9 lines
177 B
Plaintext
declare const plugin: {
|
|
(options?: any): {
|
|
postcssPlugin: string;
|
|
OnceExit(root: any): Promise<void>;
|
|
};
|
|
postcss: boolean;
|
|
};
|
|
export default plugin;
|