MCPcopy 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
12interface PositionInterface {
13 left: number;
14 top: number;
15}
16
17export const NewCustomCode = ({
18 code,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected