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