UNPKG

tpa-style-webpack-plugin

Version:

A Webpack plugin that handles wix tpa styles, it separates static css file that injects dynamic style at runtime.

10 lines (9 loc) 201 B
export declare function getProcessor({ cssVars, plugins }: { cssVars: any; plugins: any; }): { process: ({ part, tpaParams }: { part: any; tpaParams: any; }) => any; };