UNPKG
vite-plugin-vue-wizard
Version:
latest (0.0.2)
0.0.2
0.0.1
0.0.0
Wrapper for automatic add toNative() for vue-facing-decorator
vite-plugin-vue-wizard
/
dist
/
index.d.ts
8 lines
(7 loc)
•
157 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
vueWizard
: () => { name:
string
;
transform
(
content
:
string
,
path
:
string
): { code:
string
; }; }; export
default
vueWizard;