UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

3 lines 251 B
import type { CSSAnimationKeyframes } from '../types'; export declare function processKeyframeDefinitions<TStyle extends object>(definitions: CSSAnimationKeyframes<TStyle>, svgElementTag?: string): string; //# sourceMappingURL=animationParser.d.ts.map