import withSticky from './sticky'; import Placeholder from './holder'; import { scrollIntoView, getComponentRect } from './util'; const Helper: any = { withSticky, Placeholder, scrollIntoView, getComponentRect }; export default Helper; export { withSticky, Placeholder, scrollIntoView, getComponentRect };