UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines (18 loc) 489 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' }, locale: { doc: 'Defines the locale of the date. Defaults to `nb-NO`.', type: 'string', status: 'optional' } }; //# sourceMappingURL=DateDocs.js.map