API Reference
DateStringProps
interfaceFull props for the DateString component.
Defined in package/src/types.ts:526
| Prop | Type | Default | Description |
|---|---|---|---|
| locales | string | string[] | — | BCP 47 locale(s) for date formatting. Falls back to the Root locale. |
| options | Intl.DateTimeFormatOptions | — | Intl.DateTimeFormat options for customizing the output. |