Taobin-Recipe-Manager/client-electron/index.d.ts

9 lines
194 B
TypeScript
Raw Normal View History

2024-02-05 11:45:54 +07:00
import 'react'
declare module 'react' {
// add webkitdirectory to input element React.InputHTMLAttributes<HTMLInputElement>
interface HTMLInputElement {
webkitdirectory?: boolean
}
}