📄 index.d.ts
/home/palash/git/site/node_modules/postcss-lab-function/dist/index.d.ts
Language: ts • Lines: 10
import type { PluginCreator } from 'postcss';
declare type pluginOptions = {
    enableProgressiveCustomProperties?: boolean;
    preserve?: boolean;
    subFeatures?: {
        displayP3?: boolean;
    };
};
declare const postcssPlugin: PluginCreator<pluginOptions>;
export default postcssPlugin;