tuandunghcmut's picture
Add files using upload-large-folder tool
143b783 verified
raw
history blame
201 Bytes
declare namespace svelte.JSX {
interface DOMAttributes<T extends EventTarget> {
theme?: string;
"item-type"?: string;
webkitdirectory?: boolean | string;
mozdirectory?: boolean | string;
}
}