MCPcopy 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

19type Field = Intl.DateTimeFormatPartTypes;
20interface DisplayNames {
21 of(field: Field): string | undefined;
22}
23
24/** @private */

Callers 6

useCalendarYearPickerFunction · 0.65
useCalendarMonthPickerFunction · 0.65
useDateSegmentFunction · 0.65
I18nFunction · 0.65
LocaleControlFunction · 0.65
useFormatHelpTextFunction · 0.65

Implementers 1

DisplayNamesPolyfillpackages/react-aria/src/datepicker/use

Calls

no outgoing calls

Tested by

no test coverage detected