| 1 | import * as React from 'react'; |
| 2 | import classNames from 'classnames'; |
| 3 | import { useBootstrapPrefix } from './ThemeProvider'; |
| 4 | import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; |
nothing calls this directly
no test coverage detected