@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
16 lines • 592 B
JavaScript
import { NumberFormatPropertiesCamelCase } from "../../../../components/number-format/NumberFormatDocs.js";
export const NumberProperties = {
value: 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'
},
...NumberFormatPropertiesCamelCase
};
//# sourceMappingURL=NumberDocs.js.map