UNPKG

@vuesax-alpha/nightly

Version:
7 lines (6 loc) 257 B
import type { ComponentInternalInstance } from 'vue'; export declare type ParentProvide<T> = T & { children: ComponentInternalInstance[]; insert: (child: ComponentInternalInstance) => void; remove: (child: ComponentInternalInstance) => void; };