react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
8 lines • 386 B
TypeScript
import type { AnyRecord, PlainStyle } from '../../common';
import type { CSSStyle, CSSTransitionProperties, ExistingCSSAnimationProperties } from '../types';
export declare function filterCSSAndStyleProperties<S extends AnyRecord>(style: CSSStyle<S>): [
ExistingCSSAnimationProperties | null,
CSSTransitionProperties | null,
PlainStyle
];
//# sourceMappingURL=props.d.ts.map