mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
7 lines
113 B
JavaScript
7 lines
113 B
JavaScript
import wrapperFactory from './src/wrapper';
|
|
|
|
export default (options = {}) => ({
|
|
wrapperFactory,
|
|
options
|
|
});
|