@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
21 lines • 674 B
JavaScript
import { NumberFormatProperties } from "../../../../components/number-format/NumberFormatDocs.js";
export const NumberProperties = {
value: NumberFormatProperties.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'
},
percent: {
doc: 'Formats the value as a percentage.',
type: 'boolean',
status: 'optional'
},
...NumberFormatProperties
};
//# sourceMappingURL=NumberDocs.js.map