UNPKG

@xyo-network/react-shared

Version:

Common React library for all XYO projects that use React

6 lines 264 B
/** * Format a raw input string (i.e. Change event from input type=text) * Designed to filter out non-digits and extra decimals **/ export declare const formatBigIntInput: (rawValue: string) => string | undefined; //# sourceMappingURL=formatBigIntInput.d.ts.map