MCPcopy
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
14declare module 'react' {
15 interface InputHTMLAttributes<T> extends HTMLAttributes<T> {
16 webkitdirectory?: string | boolean;
17 }
18}
19
20declare global {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected