import { withInstall } from '../utils'; import _IndexAnchor from './IndexAnchor'; const IndexAnchor = withInstall(_IndexAnchor); export default IndexAnchor; export { IndexAnchor };