| 5 | import './Photo.less'; |
| 6 | |
| 7 | export interface IPhotoLoadedParams { |
| 8 | loaded?: boolean; |
| 9 | naturalWidth?: number; |
| 10 | naturalHeight?: number; |
| 11 | broken?: boolean; |
| 12 | } |
| 13 | |
| 14 | export interface IPhotoProps extends React.HTMLAttributes<HTMLElement> { |
| 15 | src: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…