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

Interface HorizontalAndVertical

packages/types/src/types.ts:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 bottomLeft: number;
128}
129interface HorizontalAndVertical {
130 horizontal: number;
131 vertical: number;
132}
133
134export type PaddingType = Sides | AllSides | HorizontalAndVertical;
135export type BorderSide = AllSides | Sides;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected