File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,10 +285,35 @@ export type VersionAssertion = {
285285 */
286286export type GlobalConfig = {
287287 versionAssertions ?: VersionAssertion [ ] ;
288+ /**
289+ * @docid
290+ * @default undefined
291+ * @public
292+ */
288293 dateFormat ?: LocalizationFormat | Record < string , LocalizationFormat > ;
294+ /**
295+ * @docid
296+ * @default undefined
297+ * @public
298+ */
289299 timeFormat ?: LocalizationFormat | Record < string , LocalizationFormat > ;
300+ /**
301+ * @docid
302+ * @default undefined
303+ * @public
304+ */
290305 dateTimeFormat ?: LocalizationFormat | Record < string , LocalizationFormat > ;
306+ /**
307+ * @docid
308+ * @default undefined
309+ * @public
310+ */
291311 numberFormat ?: LocalizationFormat | Record < string , LocalizationFormat > ;
312+ /**
313+ * @docid
314+ * @default undefined
315+ * @public
316+ */
292317 dateTimeFormatPresets ?: Record < string , LocalizationFormat | Record < string , LocalizationFormat > > ;
293318 /**
294319 * @docid
You can’t perform that action at this time.
0 commit comments