Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CSSTransitionComponentImplementation<E>

remarks

@since 4.0.0

Type parameters

  • E: HTMLElement

    An HTMLElement type used for the ref required for the transition.

Hierarchy

Index

Properties

Properties

children: ReactElement<{ className: undefined | string; ref: Ref<E> }, string | JSXElementConstructor<any>>

The child element that should have a ref and className cloned into using the cloneElement API. If the child is a custom component, you must use React.forwardRef and pass both of these to a DOM element for the transition to work.

Generated using TypeDoc