package.dist.index.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-use-escape-keydown Show documentation
Show all versions of react-use-escape-keydown Show documentation
radix-ui react-use-escape-keydown
The newest version!
/**
* Listens for when the escape key is down
*/
export function useEscapeKeydown(onEscapeKeyDownProp?: (event: KeyboardEvent) => void, ownerDocument?: Document): void;
//# sourceMappingURL=index.d.ts.map