jialh
2025-01-07 bb59b053247ef82969b64979260e2478bd732e1f
1
2
3
4
5
6
7
8
9
export { initPreContext } from './context';
export declare function preJs(jsCode: string): any;
export declare function preHtml(htmlCode: string): any;
export declare const preCss: typeof preJs;
export declare const preJson: typeof preJs;
export declare function preNVueJs(jsCode: string): any;
export declare function preNVueHtml(htmlCode: string): any;
export declare const preNVueCss: typeof preNVueJs;
export declare const preNVueJson: typeof preNVueJs;