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.

3 lines (2 loc) 88 B
import { CLIOptions } from "./contracts"; export declare const Arguments: CLIOptions;