UNPKG

playable

Version:

Video player based on HTML5Video

3 lines (2 loc) 147 B
declare const focusWithin: (rootElement: Element, onFocusEnter: () => void, onFocusLeave: () => void) => (() => void); export default focusWithin;