UNPKG

vuestic-ui

Version:
6 lines (5 loc) 323 B
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<[]>;