Repository URL to install this package:
import { TransitionProps, RenderTransition } from './typings'; /** * @todo use styled-components react transitions */ export declare function renderTransition(props: TransitionProps): RenderTransition;