(src: string)
| 49 | placeholder?: boolean; |
| 50 | onLinkClick?(event: React.MouseEvent<HTMLAnchorElement>): void; |
| 51 | onImageClick?(src: string): void; |
| 52 | onLoad?(): void; |
| 53 | isBot?: boolean; |
| 54 | } |
nothing calls this directly
no outgoing calls
no test coverage detected