UNPKG

@re-flex/transition-group

Version:

Re-flex UI Transtion Controller Package

11 lines (10 loc) 274 B
import { ReactElement } from "react"; interface TransitionGroupProps { children: any; appear?: boolean; enter?: boolean; exit?: boolean; duration?: number; } declare const _default: (props: TransitionGroupProps) => ReactElement; export default _default;