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

Interface ToastProps

src/Toast.tsx:16–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { Variant } from './types';
15
16export interface ToastProps
17 extends TransitionCallbacks,
18 BsPrefixProps,
19 React.HTMLAttributes<HTMLElement> {
20 animation?: boolean;
21 autohide?: boolean;
22 delay?: number;
23 onClose?: (e?: React.MouseEvent | React.KeyboardEvent) => void;
24
25 show?: boolean;
26 transition?: TransitionComponent;
27 bg?: Variant;
28}
29
30const propTypes = {
31 /**

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…