vuestic-ui
Version:
Vue 3 UI Framework
6 lines (5 loc) • 323 B
TypeScript
import type { InjectionKey } from 'vue';
import type { AppCache } from '../types';
export declare const VaAppCachePluginKey: InjectionKey<AppCache>;
/** Creates color css variables and reactively updates on ColorConfig changes. */
export declare const CachePlugin: import("../../vue-plugin/types").VuesticPluginFabric<[]>;