MCPcopy Create free account
hub / github.com/MankaiHuang/screen-visualization / IZoomMode

Interface IZoomMode

src/interface/index.tsx:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 value: string;
19}
20export interface IZoomMode {
21 default: string;
22 option: IZoomModeOption;
23}
24export interface IExtend {
25 background: string;
26 bluePrintConfig: IBluePrintConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected