MCPcopy
hub / github.com/MinJieLiu/react-photo-view / IPhotoLoadedParams

Interface IPhotoLoadedParams

packages/react-photo-view/src/Photo.tsx:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import './Photo.less';
6
7export interface IPhotoLoadedParams {
8 loaded?: boolean;
9 naturalWidth?: number;
10 naturalHeight?: number;
11 broken?: boolean;
12}
13
14export interface IPhotoProps extends React.HTMLAttributes<HTMLElement> {
15 src: string;

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…