UNPKG

react-responsive-3d-carousel

Version:
4 lines (3 loc) 276 B
export type KeyboardSlide = 'none' | 'horizontal' | 'vertical' | 'both'; declare const useFocus: (containerRef: React.RefObject<HTMLElement>, autoFocus: boolean, slideWithKeyboard: KeyboardSlide, slideNext: () => void, slidePrev: () => void) => void; export default useFocus;