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

Interface IProps

src/components/Workspace/SelectMap/index.tsx:22–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20});
21
22interface IProps {
23 closeMap: any;
24 afterSelect: any;
25 option: any;
26 clickComponent: {
27 type: string,
28 secondType: string,
29 typeName: string
30 }
31
32}
33let mouseTool: any = null
34const SelectMap: React.FC<IProps> = (props) => {
35 const { closeMap, afterSelect, option, clickComponent } = props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected