kwikid-components-react
Version:
KwikID's Component Library in React
34 lines (33 loc) • 953 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.KWIKUI_INPUT_RADIO_CHIP__DEFAULTS = void 0;
var _InputRadioChip = require("./InputRadioChip.definition");
const KWIKUI_INPUT_RADIO_CHIP__DEFAULTS = exports.KWIKUI_INPUT_RADIO_CHIP__DEFAULTS = {
customStyles: {
wrapper: {},
container: {},
label: {},
itemsContainer: {},
itemContainer: {},
itemRadioButton: {},
itemRadioLabel: {},
itemRadioGapHolder: {}
},
disabled: false,
id: "input_radio_chip",
isClearable: false,
isSearchable: false,
label: "",
messages: [],
options: [],
required: false,
orientation: _InputRadioChip.IKwikUIInputRadioChipOrientation.HORIZONTAL,
size: _InputRadioChip.IKwikUIInputRadioChipSize.M,
shape: _InputRadioChip.IKwikUIInputRadioChipShape.CURVED,
updateOn: _InputRadioChip.IKwikUIInputRadioChipUpdateOn.CHANGE,
value: "",
onInput: undefined,
onInputValidate: undefined
};