UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

14 lines 411 B
var CLASS_PREFIX = 'md-toggle'; var DEFAULTS = { IS_DISABLED: false, DEFAULT_SELECTION: false, LABEL: undefined, }; var STYLE = { wrapper: "".concat(CLASS_PREFIX, "-wrapper"), toggle: "".concat(CLASS_PREFIX, "-switch"), on: "".concat(CLASS_PREFIX, "-on"), off: "".concat(CLASS_PREFIX, "-off"), }; export { CLASS_PREFIX, DEFAULTS, STYLE }; //# sourceMappingURL=Toggle.constants.js.map