5 lines
217 B
TypeScript
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;
|