UNPKG

cyber-web-ui

Version:
7 lines 183 B
import SwitchControl from './SwitchControl'; export { SwitchControl }; export default { install: function install(app) { app.component(SwitchControl.name, SwitchControl); } };