UNPKG

tav-ui

Version:
9 lines (8 loc) 262 B
import { type ComponentInternalInstance } from 'vue'; /** * 根据 contextkey 判断是否为子组件 * @param instance * @param key * @returns */ export declare function isChildComponent(instance: ComponentInternalInstance | null, key?: symbol): boolean;