UNPKG

@hhgtech/hhg-components

Version:
4 lines (3 loc) 268 B
export declare const localizeNumberFormat: (num?: number, locale?: string, maximumFractionDigits?: number) => string; export declare const convertLocalizedStringToNumber: (value: string) => number; export declare const formatPhoneNumber: (phone: string) => string;