persona-community-5/.pnpm-store/v3/files/50/74ee299c47de02f5de75a41437508a8b56259285dc11e3e4a6d5f52b1de06245e0dbe02305cf7cb971948800276986e824173cbe6cbb31ae93dd61f4a247ea
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
202 B
Plaintext

/**
* Listens for when the escape key is down
*/
declare function useEscapeKeydown(onEscapeKeyDownProp?: (event: KeyboardEvent) => void, ownerDocument?: Document): void;
export { useEscapeKeydown };