UNPKG

303 BTypeScriptView Raw
1import postcss from 'postcss';
2import { CSSObject } from './types';
3export declare function cssObjectToAst(cssObject: CSSObject, sourceFile?: string): postcss.LazyResult;
4export declare function safeParse(css: string, options?: postcss.ProcessOptions): postcss.Root;
5//# sourceMappingURL=parser.d.ts.map
\No newline at end of file