| 7 | * Used when providing custom icon |
| 8 | */ |
| 9 | export interface IconProps { |
| 10 | theme: Theme; |
| 11 | type: TypeOptions; |
| 12 | isLoading?: boolean; |
| 13 | } |
| 14 | |
| 15 | export type BuiltInIconProps = React.SVGProps<SVGSVGElement> & IconProps; |
| 16 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…