mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-26 08:48:18 -05:00
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;
|