UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

7 lines (5 loc) 217 B
import { App, Plugin } from '@vue/runtime-core'; export declare const INSTALLED_KEY: unique symbol; export declare const makeInstaller: (components?: Plugin[]) => { install: (app: App, options?: any) => void; };