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