uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/preprocess/index.d.ts
2023-12-05 10:11:10 +08:00

14 lines
677 B
TypeScript

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;
export declare function preUVueJs(jsCode: string): any;
export declare function preUVueHtml(htmlCode: string): any;
export declare const preUVueCss: typeof preUVueJs;
export declare const preUVueJson: typeof preUVueJs;