UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

4 lines (3 loc) 226 B
import { InjectionKey } from 'vue'; export declare function useProvide(keyName: string | symbol, instance: Record<string, unknown>): Record<string, symbol>; export declare function useInject<T>(keyName: InjectionKey<any>): T;