Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adobe/react-spectrum
/ of
Method
of
packages/react-aria/src/datepicker/useDisplayNames.ts:21–21 ·
view source on GitHub ↗
(field: Field)
Source
from the content-addressed store, hash-verified
19
type
Field = Intl.DateTimeFormatPartTypes;
20
interface
DisplayNames {
21
of(field: Field): string | undefined;
22
}
23
24
/** @private */
Callers
6
useCalendarYearPicker
Function · 0.65
useCalendarMonthPicker
Function · 0.65
useDateSegment
Function · 0.65
I18n
Function · 0.65
LocaleControl
Function · 0.65
useFormatHelpText
Function · 0.65
Implementers
1
DisplayNamesPolyfill
packages/react-aria/src/datepicker/use
Calls
no outgoing calls
Tested by
no test coverage detected