Spaces:
Runtime error
Runtime error
| /// <reference types="vite/client" /> | |
| declare namespace React { | |
| interface InputHTMLAttributes<T> extends HTMLAttributes<T> { | |
| webkitdirectory?: string; | |
| directory?: string; | |
| } | |
| } | |
| /// <reference types="vite/client" /> | |
| declare namespace React { | |
| interface InputHTMLAttributes<T> extends HTMLAttributes<T> { | |
| webkitdirectory?: string; | |
| directory?: string; | |
| } | |
| } | |