MCPcopy
hub / github.com/react-bootstrap/react-bootstrap / PopoverHeaderProps

Interface PopoverHeaderProps

src/PopoverHeader.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
5
6export interface PopoverHeaderProps
7 extends BsPrefixProps,
8 React.HTMLAttributes<HTMLElement> {}
9
10const PopoverHeader: BsPrefixRefForwardingComponent<'div', PopoverHeaderProps> =
11 React.forwardRef<HTMLElement, PopoverHeaderProps>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…