UNPKG

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