Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bridge-codes/bridge
/ PositionInterface
Interface
PositionInterface
www/src/components/NewCode.tsx:12–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
interface PositionInterface {
13
left: number;
14
top: number;
15
}
16
17
export const NewCustomCode = ({
18
code,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected