jialh
2025-01-06 4d6d772771d2da54a4887d60f3b2ea21a72b3d7d
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;