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