UNPKG

ucc-ui

Version:

ucc-ui components library

10 lines (9 loc) 291 B
import { ComponentInternalInstance } from 'vue'; export default function handleAsyncComponent(asyncCompFn: Function, opts: { instance: ComponentInternalInstance | null; }): { DCMounted: (fn: Function | Promise<any>) => number; AsyncComponent: { default: never; }; };