# HotkeysProviderProps

# Interface: HotkeysProviderProps

Defined in: [HotkeysProvider.tsx:23](https://github.com/TanStack/hotkeys/blob/main/packages/react-hotkeys/src/HotkeysProvider.tsx#L23)

## Properties

### children

```ts
children: ReactNode;
```

Defined in: [HotkeysProvider.tsx:24](https://github.com/TanStack/hotkeys/blob/main/packages/react-hotkeys/src/HotkeysProvider.tsx#L24)

***

### defaultOptions?

```ts
optional defaultOptions: HotkeysProviderOptions;
```

Defined in: [HotkeysProvider.tsx:25](https://github.com/TanStack/hotkeys/blob/main/packages/react-hotkeys/src/HotkeysProvider.tsx#L25)
