Home > rollup-plugin-purgecss > OutputFunction

OutputFunction type

Signature:

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