index.d.ts 187 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import { CssStylesheetAST } from '../type'; export declare const parse: (css: string, options?: { source?: string; silent?: boolean; }) => CssStylesheetAST; export default parse;