Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IElementRefProps<E>

Type parameters

  • E: HTMLElement

Hierarchy

Index

Properties

Properties

Optional elementRef

elementRef: (ref: E) => void

Type declaration

    • (ref: E): void
    • Ref handler to access the instance of the internal HTML element.

      Parameters

      • ref: E

      Returns void

Generated using TypeDoc