UNPKG

137 BTypeScriptView Raw
1import withLine from './withLine';
2import LineView from './lineView';
3
4export { withLine, LineView };
5export default withLine(LineView);