UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

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