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

Interface SplitButtonProps

src/SplitButton.tsx:11–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { alignPropType } from './types';
10
11export interface SplitButtonProps
12 extends Omit<DropdownProps, 'title'>,
13 PropsFromToggle,
14 BsPrefixProps {
15 menuRole?: string;
16 renderMenuOnMount?: boolean;
17 rootCloseEvent?: 'click' | 'mousedown';
18 target?: string;
19 title: React.ReactNode;
20 toggleLabel?: string;
21 type?: ButtonType;
22 flip?: boolean;
23}
24
25const propTypes = {
26 /**

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…