UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

9 lines 479 B
import type { PlainStyle } from '../../../common'; import { CSSKeyframesRuleBase } from '../../models'; import type { CSSAnimationKeyframes } from '../../types'; export default class CSSKeyframesRuleImpl<S extends PlainStyle = PlainStyle> extends CSSKeyframesRuleBase<S> { private processedKeyframes_; constructor(keyframes: CSSAnimationKeyframes<S>, processedKeyframes?: string); get processedKeyframes(): string; } //# sourceMappingURL=CSSKeyframesRuleImpl.d.ts.map