react-bootstrap-table2/packages/react-bootstrap-table2/index.js
2018-08-01 20:17:17 +08:00

5 lines
139 B
JavaScript

import BootstrapTable from './src/bootstrap-table';
import withContext from './src/contexts';
export default withContext(BootstrapTable);