@sandlada/vue-mdc
Version:

24 lines (23 loc) • 352 B
JavaScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
const props = {
disabled: {
type: Boolean,
default: false
},
defaultChecked: {
type: Boolean,
default: false
},
modelValue: {
type: Boolean,
default: null
}
};
export {
props
};
//# sourceMappingURL=radio.definition.js.map