| 4 | import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; |
| 5 | |
| 6 | export interface PopoverHeaderProps |
| 7 | extends BsPrefixProps, |
| 8 | React.HTMLAttributes<HTMLElement> {} |
| 9 | |
| 10 | const PopoverHeader: BsPrefixRefForwardingComponent<'div', PopoverHeaderProps> = |
| 11 | React.forwardRef<HTMLElement, PopoverHeaderProps>( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…