UNPKG

react-flip-toolkit

Version:

Configurable FLIP animation helpers for React

6 lines (5 loc) 228 B
import { ReactElement, ReactNode } from 'react'; declare const ExitContainer: ({ children }: { children: ReactNode; }) => ReactElement<any, string | import("react").JSXElementConstructor<any>>; export default ExitContainer;