UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

9 lines 213 B
export declare function useAnimatedPath({ enabled, path, }: { enabled?: boolean; path: string; }): { animatedProps: Partial<{ d: string; }>; }; //# sourceMappingURL=useAnimatedPath.d.ts.map