UNPKG

@ark-ui/react

Version:

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

11 lines (10 loc) 273 B
export interface FormatNumberProps extends Intl.NumberFormatOptions { /** * The number to format */ value: number; } export declare const FormatNumber: { (props: FormatNumberProps): import("react/jsx-runtime").JSX.Element; displayName: string; };