import withLine, { LineProps } from './withLine'; import LineView from './lineView'; export { LineProps, withLine, LineView }; export default withLine(LineView);