MCPcopy Create free account
hub / github.com/dropbox/ts-transform-react-constant-elements / Foo

Function Foo

test/fixture/ConstantEl.tsx:5–11  ·  view source on GitHub ↗
(props: Props)

Source from the content-addressed store, hash-verified

3 className?: string;
4}
5export function Foo(props: Props) {
6 return (
7 <div className={props.className}>
8 <img src="" hidden={false} width={1} srcSet={"test 200px"} />
9 </div>
10 );
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected