UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

18 lines 613 B
var CLASS_PREFIX = 'md-checkbox'; var DEFAULTS = { IS_SELECTED: false, IS_DISABLED: false, IS_INDETERMINATE: false, LABEL: undefined, }; var STYLE = { wrapper: "".concat(CLASS_PREFIX, "-wrapper"), label: "".concat(CLASS_PREFIX, "-label"), selected: "".concat(CLASS_PREFIX, "-selected"), notSelected: "".concat(CLASS_PREFIX, "-not-selected"), focus: "".concat(CLASS_PREFIX, "-focus"), icon: "".concat(CLASS_PREFIX, "-icon"), description: "".concat(CLASS_PREFIX, "-description"), }; export { CLASS_PREFIX, DEFAULTS, STYLE }; //# sourceMappingURL=Checkbox.constants.js.map