MCPcopy Create free account
hub / github.com/composify-js/composify / Image

Function Image

packages/docs/src/ui-system/Image/Image.tsx:5–5  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

3type Props = ComponentProps<'img'>;
4
5export const Image: FC<Props> = (props) => <img {...props} />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected