react-aria
Version:
Spectrum UI components in React
8 lines (7 loc) • 299 B
TypeScript
/**
* Provides localized string collation for the current locale. Automatically updates when the locale
* changes, and handles caching of the collator for performance.
*
* @param options - Collator options.
*/
export declare function useCollator(options?: Intl.CollatorOptions): Intl.Collator;