UNPKG

donut-theme-plugin

Version:

a vue3 plugin-adapter for element-plus theme-chalk by js-object

9 lines (5 loc) 238 B
import type { App, InjectionKey } from "vue"; declare module 'donut-theme-plugin' { export const ThemeInjectKey:InjectionKey<Record<string, string>> export const ThemePlugin:(app: App, options: Record<string, string>) => void; }