Type alias KeyboardEventHandler

KeyboardEventHandler: ((e: KeyboardEvent) => void)

Type declaration

    • (e: KeyboardEvent): void
    • Parameters

      • e: KeyboardEvent

      Returns void

Generated using TypeDoc