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