react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
4 lines • 342 B
TypeScript
import type { PlainStyle } from '../../common';
import type { CSSAnimationKeyframes, CSSKeyframesRule } from '../types';
export default function keyframes<S extends PlainStyle>(keyframeDefinitions: CSSAnimationKeyframes<Pick<S, keyof PlainStyle>> & CSSAnimationKeyframes<PlainStyle>): CSSKeyframesRule;
//# sourceMappingURL=keyframes.d.ts.map