UNPKG

@matthew.ngo/react-form-kit

Version:

Form Kit for React. It consists of a set of components that can be used to create complex forms in a simple and declarative way.

9 lines (8 loc) 228 B
export declare const formatNumber: (value: number, options: { locale?: string; format?: string; currency?: string; precision?: number; thousandSeparator?: string; decimalSeparator?: string; }) => string;