index.d.ts 208 B

123456
  1. /**
  2. * Listens for when the escape key is down
  3. */
  4. export function useEscapeKeydown(onEscapeKeyDownProp?: (event: KeyboardEvent) => void, ownerDocument?: Document): void;
  5. //# sourceMappingURL=index.d.ts.map