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
/
type.d.ts
5 lines
(4 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
export
type
DefaultData
=
any
;
export
type
InitFunc
=
(
id
?:
any
,
options
?:
any
) =>
Promise
<
DefaultData
>;
export
type
SubmitResult
=
void
;
export
type
SubmitFunc
=
(
id
?:
any
,
options
?:
any
) =>
Promise
<
SubmitResult
>;