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.

6 lines (5 loc) 252 B
export { Arguments } from "./arguments"; export { CLIHandler } from "./cli-handler"; export { CssToTsConverter } from "./css-to-ts-converter"; export { ConvertCssToTs } from "./css-to-ts"; export { CLIOptions, CssToTsOptions } from "./contracts";