UNPKG

april-ui

Version:

## Project setup ``` yarn install ```

8 lines (6 loc) 201 B
import Vue from 'vue' /** AprilUI component common definition */ export declare class AprilUIComponent extends Vue { /** Install component into Vue */ static install (vue: typeof Vue): void }