Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/different-ai/openwork
/ CSSProperties
Interface
CSSProperties
apps/app/globals.d.ts:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
3
declare module
"react"
{
4
interface
CSSProperties extends React.CSSProperties {
5
[key: `--${string}`]: string | number | undefined;
6
}
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected