UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

14 lines (13 loc) 251 B
/** * @worklet */ export declare function formatPrice({ value: _value, defaultPrice: _defaultPrice, precision, }: { value: string; defaultPrice?: string | number; precision?: number; }): string; //# sourceMappingURL=formatPrice.d.ts.map