type cacelCall = () => void; export const keyboardHeightChange = (callback : (h : number) => void) : cacelCall => { return () => { } }