react-all-player
Version:
react-all-player is a simple, lightweight, accessible and customizable React media player that supports modern browsers.
8 lines (7 loc) • 419 B
TypeScript
export { default as useClickOutside } from './useClickOutside';
export { default as useDoubleTap } from './useDoubleTap';
export { default as useGlobalHotKeys } from './useGlobalHotKeys';
export { default as usePopover } from './usePopover';
export { default as usePrevious } from './usePrevious';
export { default as useTextScaling } from './useTextScaling';
export { default as useHotKey } from './useHotKey';