Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
type Props = ComponentProps<
'img'
>;
4
5
export const Image: FC<Props> = (props) => <img {...props} />;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected