mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
7 lines
141 B
JavaScript
7 lines
141 B
JavaScript
import React from 'react';
|
|
|
|
// consider to have a common lib?1
|
|
export const BootstrapContext = React.createContext({
|
|
bootstrap4: false
|
|
});
|