Files
2025-07-08 14:47:27 +02:00

5 lines
217 B
TypeScript

import { CssStylesheetAST } from '../type';
import Compiler from './compiler';
declare const _default: (node: CssStylesheetAST, options?: ConstructorParameters<typeof Compiler>[0]) => string;
export default _default;