mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
085ff0394d
* update deps + fix tests * tweak * fixes * changes * fix everything * fix checks * fix * log * remove logs * try this
7 lines
160 B
TypeScript
7 lines
160 B
TypeScript
declare namespace svelteHTML {
|
|
interface HTMLAttributes<T extends EventTarget> {
|
|
webkitdirectory?: boolean | string;
|
|
mozdirectory?: boolean | string;
|
|
}
|
|
}
|