@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 531 B
JavaScript
export const DateProperties = {
variant: {
doc: 'Defines the variant of the date. Can be `long`, `short` or `numeric`. Defaults to `long`.',
type: 'string',
status: 'optional'
},
dateFormat: {
doc: 'Defines the date format for handling the internal date value. The default value is `yyyy-MM-dd`.',
type: 'string',
status: 'optional'
},
locale: {
doc: 'Defines the locale of the date. Defaults to `nb-NO`.',
type: 'string',
status: 'optional'
}
};
//# sourceMappingURL=DateDocs.js.map