UNPKG

css-to-ts

Version:

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

4 lines (3 loc) 185 B
import { VarType } from "./contracts"; export declare function IsVarNameValid(varName: string): boolean; export declare function IsVarTypeValid(varType: string): varType is VarType;