Last change
on this file since 57e58a3 was 57e58a3, checked in by ste08 <sjovanoska@…>, 4 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
299 bytes
|
Line | |
---|
1 | import { CompilerOptions } from '@vue/compiler-dom';
|
---|
2 | import { RenderFunction } from '@vue/runtime-dom';
|
---|
3 | export * from '@vue/runtime-dom';
|
---|
4 |
|
---|
5 | export declare function compileToFunction(template: string | HTMLElement, options?: CompilerOptions): RenderFunction;
|
---|
6 |
|
---|
7 | export { compileToFunction as compile };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.