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

Interface IconProps

src/components/Icons.tsx:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 * Used when providing custom icon
8 */
9export interface IconProps {
10 theme: Theme;
11 type: TypeOptions;
12 isLoading?: boolean;
13}
14
15export type BuiltInIconProps = React.SVGProps<SVGSVGElement> & IconProps;
16

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…