UNPKG

@appello/mobile

Version:

Common package with many useful features for mobile development

7 lines (6 loc) 189 B
interface UseKeyboardListenerProps { onOpen?: () => void; onClose?: () => void; } export declare const useKeyboardListener: (props?: UseKeyboardListenerProps) => number; export {};