UNPKG

fomantic-ui-react

Version:

Fomantic-UI React -- A React Component Library.

9 lines (8 loc) 407 B
/// <reference types="react" /> import './style/index.js'; export * from './type'; export declare const Transition: { ({ as, visible, animation, duration, className, children, onShow, onHide, onStart, onComplete, ...props }: import("./type").TransitionProps): import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>; displayName: string; }; export default Transition;