UNPKG

@quanna/react-native-animated-number

Version:

A React Native component for displaying animated numbers, written in SwiftUI for seamless and super-smooth animations when changing numeric values.

4 lines 296 B
import * as React from "react"; import { ReactNativeAnimatedNumberViewProps } from "./ReactNativeAnimatedNumber.types"; export default function ReactNativeAnimatedNumberView(props: ReactNativeAnimatedNumberViewProps): React.JSX.Element; //# sourceMappingURL=ReactNativeAnimatedNumberView.d.ts.map