UNPKG

@minto-ai/mt-ui

Version:

UI组件库

6 lines (5 loc) 205 B
import { ComponentInternalInstance, InjectionKey } from 'vue'; declare function useChildren<T>(key: InjectionKey<T>, value: T): { children: Array<ComponentInternalInstance>; }; export { useChildren };