UNPKG

react-native-wagmi-charts

Version:

A sweet candlestick chart for React Native

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