@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
22 lines (21 loc) • 748 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NumberProperties = void 0;
var _NumberFormatDocs = require("../../../../components/number-format/NumberFormatDocs.js");
const NumberProperties = exports.NumberProperties = {
value: _NumberFormatDocs.NumberFormatPropertiesCamelCase.value,
minimum: {
doc: 'Defines the minimum value of the rendered number. Defaults to `Number.MIN_SAFE_INTEGER`.',
type: 'number',
status: 'optional'
},
maximum: {
doc: 'Defines the maximum value of the rendered number. Defaults to `Number.MAX_SAFE_INTEGER`.',
type: 'number',
status: 'optional'
},
..._NumberFormatDocs.NumberFormatPropertiesCamelCase
};
//# sourceMappingURL=NumberDocs.js.map