@talend/react-components
Version:
Set of react components.
14 lines (13 loc) • 408 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.CIRCULAR_PROGRESS_SIZE = void 0;
const I18N_DOMAIN_COMPONENTS = 'tui-components';
const CIRCULAR_PROGRESS_SIZE = exports.CIRCULAR_PROGRESS_SIZE = {
small: 'small',
default: 'default',
large: 'large'
};
var _default = exports.default = I18N_DOMAIN_COMPONENTS;
//# sourceMappingURL=constants.js.map