ホーム > rollup-plugin-purgecss > OutputFunction

OutputFunction型

シグネチャ

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