kwikid-components-react
Version:
KwikID's Component Library in React
34 lines (33 loc) • 891 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KWIKUI_INPUT_RADIO__DEFAULTS = void 0;
var _InputRadio = require("./InputRadio.definition");
const KWIKUI_INPUT_RADIO__DEFAULTS = exports.KWIKUI_INPUT_RADIO__DEFAULTS = {
customStyles: {
wrapper: {},
container: {},
label: {},
itemsContainer: {},
itemContainer: {},
itemRadioButton: {},
itemRadioLabel: {},
itemRadioGapHolder: {}
},
disabled: false,
id: "input_radio",
isClearable: false,
isSearchable: false,
label: "",
messages: [],
options: [],
required: false,
orientation: _InputRadio.IKwikUIInputRadioOrientation.VERTICAL,
size: _InputRadio.IKwikUIInputRadioSize.M,
shape: _InputRadio.IKwikUIInputRadioShape.CURVED,
updateOn: _InputRadio.IKwikUIInputRadioUpdateOn.CHANGE,
value: "",
onInput: undefined,
onInputValidate: undefined
};