v1.0 with SW PWA enabled
This commit is contained in:
6
frontend/node_modules/@radix-ui/react-use-escape-keydown/dist/index.d.ts
generated
vendored
Normal file
6
frontend/node_modules/@radix-ui/react-use-escape-keydown/dist/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Listens for when the escape key is down
|
||||
*/
|
||||
declare function useEscapeKeydown(onEscapeKeyDownProp?: (event: KeyboardEvent) => void, ownerDocument?: Document): void;
|
||||
|
||||
export { useEscapeKeydown };
|
||||
Reference in New Issue
Block a user