@ccos/webos-vue
Version:
A Web-Ui Framework for Skyworth/Coocaa TV
9 lines (8 loc) • 322 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const _switch = require("./index9.js");
_switch.default.install = (app) => {
app.component("tv-switch", _switch.default);
};
exports.TvSwitch = _switch.default;
exports.default = _switch.default;