MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / PopoverHeaderProps

Interface PopoverHeaderProps

types/lib/PopoverHeader.d.ts:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { CSSModule } from './utils';
3
4export interface PopoverHeaderProps extends React.HTMLAttributes<HTMLElement> {
5 [key: string]: any;
6 tag?: React.ElementType;
7 cssModule?: CSSModule;
8}
9
10declare class PopoverHeader extends React.Component<PopoverHeaderProps> {}
11export default PopoverHeader;

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…