MCPcopy
hub / github.com/fkhadra/react-toastify / ContainerCodeProps

Interface ContainerCodeProps

playground/src/components/ContainerCode.tsx:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface ContainerCodeProps extends Partial<ToastContainerProps> {
18 isDefaultProps: boolean;
19 disableAutoClose: boolean;
20}
21
22export const ContainerCode: React.FC<ContainerCodeProps> = ({
23 position,

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…