UNPKG

lc-vue-biz-cu-dialog

Version:
5 lines (4 loc) 215 B
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>;