yanzhen-design-vue
Version:
7 lines (6 loc) • 325 B
TypeScript
import { InjectionKey, Ref } from 'vue';
export type { UseNamespaceReturn } from '@yanzhen-libs/utils-vue';
export declare const defaultNamespace = "yz";
export declare const namespaceContextKey: InjectionKey<Ref<string | undefined>>;
export declare const useGetDerivedNamespace: any;
export declare const useNamespace: any;