HotkeyLayer
function exported by @mwillbanks/tuil-hotkeys.
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
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
props | { readonly scope: "overlay" | "dialog"; readonly scopeId: string; readonly children?: ReactNode; } | Yes | Supplies 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.
Related types
No package-local related types.
Source
View the secondary source reference