UNPKG

knoxui-react

Version:

KnoxUI is a corporate-focused React component library.

4 lines (3 loc) 203 B
export declare const formatDate: (date: string | number | Date) => string; export declare const formatCurrency: (amount: number) => string; export declare const formatNumber: (num: number) => string;