UNPKG

epic-designer

Version:

基于vue3的设计器,可视化开发页面表单

9 lines (8 loc) 306 B
export declare function useMountMonitor(): { isAllMounted: import('vue').ComputedRef<boolean>; pendingIds: import('vue').Ref<string[], string[]>; pop: (id: string) => void; push: (id: string) => void; reset: () => void; }; export type MountMonitor = ReturnType<typeof useMountMonitor>;