mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-03 01:50:59 +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;
|
||
|
}
|
||
|
}
|