UNPKG

@vchatcloud/vue-ui-kit

Version:

VChatCloud UI Kit for vue integration

12 lines (11 loc) 452 B
import { ThemeType } from '../type'; export declare const themeStore: import('pinia').StoreDefinition<"theme", Pick<{ theme: import('vue').Ref<ThemeType, ThemeType>; setTheme: (type: ThemeType) => void; }, "theme">, Pick<{ theme: import('vue').Ref<ThemeType, ThemeType>; setTheme: (type: ThemeType) => void; }, never>, Pick<{ theme: import('vue').Ref<ThemeType, ThemeType>; setTheme: (type: ThemeType) => void; }, "setTheme">>;