mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
7 lines
210 B
TypeScript
7 lines
210 B
TypeScript
import { CodegenResult } from '@vue/compiler-dom';
|
|
import { CompilerOptions } from '@vue/compiler-dom';
|
|
|
|
export declare function compile(template: string, options?: CompilerOptions): CodegenResult;
|
|
|
|
export { }
|