UNPKG

exexcepturi

Version:

css-to-ts takes css file and outputs TypeScript file with an exported string containing content of your css file.

2 lines (1 loc) 119 B
export declare function ConvertCssToTs(stringifiedCss: string, variableName: string, headerComment?: string): string;