UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 275 B
/// <reference types="react" /> export declare function useViewportPushedByKeyboard(threshold?: number): { isPushed: boolean; bottomRef: import("react").MutableRefObject<HTMLDivElement>; }; export declare function useKeyboardOpen(isAndroid?: boolean): boolean;