(prefix, defaultPrefix)
| 9200 | prefixes: prop_types_default.a.object.isRequired |
| 9201 | }; |
| 9202 | function useBootstrapPrefix(prefix, defaultPrefix) { |
| 9203 | var prefixes = Object(external_root_React_commonjs2_react_commonjs_react_amd_react_["useContext"])(ThemeContext); |
| 9204 | return prefix || prefixes.get(defaultPrefix) || defaultPrefix; |
| 9205 | } |
| 9206 | |
| 9207 | function createBootstrapComponent(Component, opts) { |
| 9208 | if (typeof opts === 'string') opts = { |
no outgoing calls
no test coverage detected
searching dependent graphs…