Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/arctic-cli/interface
/ IntrinsicElements
Interface
IntrinsicElements
packages/ui/src/custom-elements.d.ts:8–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
declare module
"solid-js"
{
7
namespace JSX {
8
interface
IntrinsicElements {
9
"file-diff"
: HTMLAttributes<HTMLElement>
10
}
11
}
12
}
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected