UNPKG
vue-html-dialog
Version:
latest (2.1.2)
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
A native HTML Dialog written in Vue.
github.com/jacrys/vue-html-dialog
jacrys/vue-html-dialog
vue-html-dialog
/
src
/
index.ts
2 lines
•
149 B
text/typescript
View Raw
1
2
export
{
default
as
HtmlDialog
}
from
'./components/HtmlDialog.vue'
;
export
{
default
as
FullNativeDialog
}
from
'./components/FullNativeDialog.vue'
;