UNPKG

dkt-plus

Version:

Decathlon component library built in Vue3 with TypeScript.

5 lines (4 loc) 136 B
import { App, Plugin } from 'vue'; export declare const makeInstaller: (components?: Plugin[]) => { install: (app: App) => void; };