UNPKG

zelement

Version:

## Project setup ``` npm install ```

8 lines (5 loc) 205 B
import Vue from "vue"; import { ZAlert } from './alert' // TS cannot merge imported class with namespace, so declare subclasses instead /** Alert Component */ export class Alert extends ZAlert {}