UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

6 lines 295 B
export interface SharedTransitionBoundaryProps { isActive: boolean; children?: React.ReactNode; } export declare function SharedTransitionBoundary({ isActive, children, }: SharedTransitionBoundaryProps): import("react").JSX.Element; //# sourceMappingURL=SharedTransitionBoundary.d.ts.map