UNPKG

@wfrog/vc

Version:

`自用` 的基于 `element-plus` 二次封装的 `vue3` 组件库。追求在业务场景中,尽可能使用更少的代码量来实现需求。 因此在组件封装上,以 `方便` 为主,打包仅 `esm` 模式。

3 lines (2 loc) 190 B
export declare function useProvide(keyName: string | Symbol, instance: Record<string, unknown>): Record<string, Symbol>; export declare function useInject<T>(keyName: string | Symbol): T;