MCPcopy
hub / github.com/React95/React95 / IBorderStyle

Interface IBorderStyle

packages/core/components/GlobalStyle/utils.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface IBorderStyle {
2 direction?: 'extrude' | 'intrude';
3}
4
5interface IBorder extends IBorderStyle {
6 outerTopLeft: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected