UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

36 lines (35 loc) 532 B
/** * @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