UNPKG

exexcepturi

Version:

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

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