Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
interface
IBorderStyle {
2
direction?:
'extrude'
|
'intrude'
;
3
}
4
5
interface
IBorder extends IBorderStyle {
6
outerTopLeft: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected