UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

24 lines (23 loc) 662 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DateProperties = void 0; const DateProperties = exports.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