UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

5 lines (4 loc) 166 B
export interface UseCollatorProps extends Intl.CollatorOptions { locale?: string; } export declare function useCollator(props?: UseCollatorProps): Intl.Collator;