2022-02-07 14:34:53 +00:00
|
|
|
declare namespace svelte.JSX {
|
|
|
|
interface DOMAttributes<T extends EventTarget> {
|
|
|
|
theme?: string;
|
|
|
|
"item-type"?: string;
|
2022-07-21 19:12:46 +01:00
|
|
|
webkitdirectory?: boolean | string;
|
|
|
|
mozdirectory?: boolean | string;
|
2022-02-07 14:34:53 +00:00
|
|
|
}
|
|
|
|
}
|