parseCss.d.ts 92 B

12
  1. import { CssAst } from './cssAst';
  2. export declare const parseCss: (text: string) => CssAst;