primevue
Version:
PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBloc
13 lines (10 loc) • 299 B
JavaScript
import ToggleSwitch from 'primevue/toggleswitch';
var script = {
name: 'InputSwitch',
"extends": ToggleSwitch,
mounted: function mounted() {
console.warn('Deprecated since v4. Use ToggleSwitch component instead.');
}
};
export { script as default };
//# sourceMappingURL=index.mjs.map