UNPKG

react-scroll-load

Version:

A React Component to lazy load child Component relative to scrolled parent just as a wrapper

10 lines (9 loc) 250 B
class BaseOberver { constructor(current, parent, setVisible, config) { this.current = current; this.parent = parent; this.setVisible = setVisible; this.config = config; } } export default BaseOberver;