MCPcopy Create free account
hub / github.com/bernaferrari/FigmaToCode / BoundingRect

Interface BoundingRect

packages/types/src/types.ts:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 | "BottomEnd";
108
109export interface BoundingRect {
110 x: number;
111 y: number;
112}
113
114interface AllSides {
115 all: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected