主页 > rollup-plugin-purgecss > OutputFunction

OutputFunction 类型

签名

export declare type OutputFunction = (css: string, styles: string[]) => void;