Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/binaricat/Netcatty
/ InputHTMLAttributes
Interface
InputHTMLAttributes
global.d.ts:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
14
declare module
'react'
{
15
interface
InputHTMLAttributes<T> extends HTMLAttributes<T> {
16
webkitdirectory?: string | boolean;
17
}
18
}
19
20
declare global {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected