UNPKG

ev-ui

Version:

An ui library,some awesome components.

12 lines (11 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { dialogs: [], showDialog: function showDialog(props) { this.dialogs.push(props); }, hideDialog: function hideDialog() {} };