UNPKG

@archway-kit/vue

Version:

Vue components to interact with the Archway network

5 lines (4 loc) 148 B
import { ThemesConfig } from '../types'; export declare const themesVuePlugin: { install: (app: any, config?: ThemesConfig<string>) => void; };