mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-04-09 14:24:28 +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
|
|
});
|