MCPcopy Index your code
hub / github.com/danvk/webdiff / Props

Interface Props

ts/ImageDiffModeSelector.tsx:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8export type ImageDiffMode = (typeof IMAGE_DIFF_MODES)[number];
9
10export interface Props {
11 filePair: FilePair;
12 imageDiffMode: ImageDiffMode;
13 changeImageDiffMode: (imageDiffMode: ImageDiffMode) => void;
14}
15
16/** A widget to toggle between image diff modes (blink or side-by-side). */
17export function ImageDiffModeSelector(props: Props) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected