Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CSSTransitionElementProps<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

className: undefined | string

The current transition class name or undefined.

ref: (instance: null | E) => void

Type declaration

    • (instance: null | E): void
    • {@inheritDoc TransitionHookReturnValue.ref}

      Parameters

      • instance: null | E

      Returns void

Generated using TypeDoc