bpms_site/.svn/pristine/61/61f24cf90f1f53b64c111c4c498636a449db215f.svn-base
2025-11-02 16:38:49 +03:30

14 lines
295 B
Plaintext

declare const plugin: {
(options?: any): {
postcssPlugin: string;
prepare(result: any): {
AtRule: {
import(atRule: any): void;
};
OnceExit(): Promise<void>;
};
};
postcss: boolean;
};
export default plugin;