UNPKG
lc-vue-biz-cu-dialog
Version:
latest (1.0.2)
1.0.2
1.0.0
新增/创建弹窗
github.com/dreamllq/vue-biz-cu-dialog
dreamllq/vue-biz-cu-dialog
lc-vue-biz-cu-dialog
/
dist
/
index.d.ts
4 lines
(3 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
export
{
default
as
BizCuDialog
}
from
'./components/biz-dialog.vue'
;
export
{
default
as
FooterButton
}
from
'./components/footer-button.vue'
;
export
{ useDialogState }
from
'./hooks/dialog-state'
;