UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

8 lines (7 loc) 373 B
import type { Ref } from 'vue'; import type { MessageApiInjection, MessageProviderSetupProps } from './MessageProvider'; export declare const messageApiInjectionKey: import("vue").InjectionKey<MessageApiInjection>; export declare const messageProviderInjectionKey: import("vue").InjectionKey<{ props: MessageProviderSetupProps; mergedClsPrefixRef: Ref<string>; }>;