@sandlada/vue-mdc
Version:

36 lines (35 loc) • 532 B
JavaScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
const props = {
disabled: {
type: Boolean,
default: false
},
defaultSelected: {
type: Boolean,
default: false
},
modelValue: {
type: Boolean,
default: null
},
withIcon: {
type: Boolean,
default: false
},
withIconSelectedOnly: {
type: Boolean,
default: false
},
value: {
type: String,
default: "on"
}
};
export {
props
};
//# sourceMappingURL=switch.definition.js.map