Interface IElementRefProps<E>

Type Parameters

Hierarchy

Properties

Properties

elementRef?: ((ref) => void)

Type declaration

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

      Parameters

      • ref: E

      Returns void

Generated using TypeDoc