source: node_modules/vue/dist/vue.d.mts@ 7deb3e2

Last change on this file since 7deb3e2 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago

Initial commit

  • Property mode set to 100644
File size: 299 bytes
Line 
1import { CompilerOptions } from '@vue/compiler-dom';
2import { RenderFunction } from '@vue/runtime-dom';
3export * from '@vue/runtime-dom';
4
5export declare function compileToFunction(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;
6
7export { compileToFunction as compile };
Note: See TracBrowser for help on using the repository browser.