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

Interface Props

src/pages/Workspace/HTMLReverse.tsx:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import './ShareModal.less'
4
5interface Props {
6 closeHTMLReverseodal: Function;
7 submitHTMLReverse: Function;
8}
9const HtmlReverse: React.FC<Props> = ({ closeHTMLReverseodal, submitHTMLReverse }) => {
10 const [visible, setVisible] = useState<Boolean>(true);
11 const handleCancel = () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected