Type alias UseKeyboardEventConfig

UseKeyboardEventConfig: {
    eventType: KeyboardEventType;
    handler: ((event: KeyboardEvent) => void);
}

Type declaration

  • eventType: KeyboardEventType
  • handler: ((event: KeyboardEvent) => void)
      • (event: KeyboardEvent): void
      • Parameters

        • event: KeyboardEvent

        Returns void

Generated using TypeDoc