UNPKG

react-aria

Version:
8 lines (7 loc) 196 B
type Field = Intl.DateTimeFormatPartTypes; interface DisplayNames { of(field: Field): string | undefined; } /** @private */ export declare function useDisplayNames(): DisplayNames; export {};