PromoCursed/node_modules/@csstools/postcss-ic-unit/dist/index.d.ts

8 lines
242 B
TypeScript
Raw Normal View History

2024-08-20 23:25:37 +04:00
import type { PluginCreator } from 'postcss';
declare type pluginOptions = {
preserve?: boolean;
enableProgressiveCustomProperties?: boolean;
};
declare const postcssPlugin: PluginCreator<pluginOptions>;
export default postcssPlugin;