the-forest/client/node_modules/@csstools/postcss-ic-unit/dist/index.d.ts

8 lines
242 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
import type { PluginCreator } from 'postcss';
declare type pluginOptions = {
preserve?: boolean;
enableProgressiveCustomProperties?: boolean;
};
declare const postcssPlugin: PluginCreator<pluginOptions>;
export default postcssPlugin;