tuil
ReferencePackages@mwillbanks/tuil-hotkeysAPI

HotkeyProvider

function exported by @mwillbanks/tuil-hotkeys.

View rawEdit

function

Public function exported by @mwillbanks/tuil-hotkeys.

export function HotkeyProvider(props: {
  readonly manager?: HotkeyManager;
  readonly children?: ReactNode;
}): ReactNode;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
props{ readonly manager?: HotkeyManager; readonly children?: ReactNode; }YesSupplies the props value as { readonly manager?: HotkeyManager; readonly children?: ReactNode; }.HotkeyManager

Returns

ReactNode — Returns a value that satisfies ReactNode.

Related types: —

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-hotkeys

On this page