import withArea, { AreaProps } from './withArea'; import AreaView from './areaView'; export { AreaProps, withArea, AreaView }; export default withArea(AreaView);