mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-27 02:30:17 +08:00
7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
|
declare namespace svelte.JSX {
|
||
|
interface DOMAttributes<T extends EventTarget> {
|
||
|
theme?: string;
|
||
|
"item-type"?: string;
|
||
|
}
|
||
|
}
|