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

Interface Sides

packages/types/src/types.ts:117–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 all: number;
116}
117interface Sides {
118 left: number;
119 right: number;
120 top: number;
121 bottom: number;
122}
123interface Corners {
124 topLeft: number;
125 topRight: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected