tuil
ReferencePackages@mwillbanks/tuil-hotkeysAPI

HotkeyLayer

function exported by @mwillbanks/tuil-hotkeys.

View rawEdit

function

Public function exported by @mwillbanks/tuil-hotkeys.

export function HotkeyLayer(props: {
  readonly scope: "overlay" | "dialog";
  readonly scopeId: string;
  readonly children?: ReactNode;
}): ReactNode;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
props{ readonly scope: "overlay" | "dialog"; readonly scopeId: string; readonly children?: ReactNode; }YesSupplies the props value as { readonly scope: "overlay" | "dialog"; readonly scopeId: string; readonly children?: ReactNode; }.

Returns

ReactNode — Returns a value that satisfies ReactNode.

Related types: —

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-hotkeys

On this page