import 'react' declare module 'react' { // add webkitdirectory to input element React.InputHTMLAttributes interface HTMLInputElement { webkitdirectory?: boolean } }