UNPKG

kwikid-components-react

Version:

KwikID's Component Library in React

27 lines (26 loc) 683 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KWIKUI_LABEL_VALUE_PAIR_DEFAULTS = void 0; var _LabelValuePairs = require("./LabelValuePairs.definition"); const KWIKUI_LABEL_VALUE_PAIR_DEFAULTS = exports.KWIKUI_LABEL_VALUE_PAIR_DEFAULTS = { data: [], config: { case: { label: _LabelValuePairs.EKwikUILabelValuePairCase.UPPER, value: _LabelValuePairs.EKwikUILabelValuePairCase.UPPER }, orientation: _LabelValuePairs.EKwikUILabelValuePairOrientation.VERTICAL, tooltip: { show: false } }, placeholder: "-", customStyles: { label: {}, value: {}, placeholder: {}, container: {} } };