UNPKG

vue-admin-core

Version:
4 lines (3 loc) 281 B
import { type ComponentInternalInstance } from "vue"; export declare function isPromise(val: any): val is Promise<any>; export declare function findParentInstance(name: string, instance?: ComponentInternalInstance | null | undefined): ComponentInternalInstance | null | undefined;