首頁 > rollup-plugin-purgecss > OutputFunction

OutputFunction 型別

簽章

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