2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-04-18 12:50:30 +08:00
gradio/js/jsx.d.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
250 B
TypeScript
Raw Permalink Normal View History

declare namespace svelteHTML {
interface HTMLAttributes<T extends EventTarget> {
webkitdirectory?: boolean | string;
mozdirectory?: boolean | string;
}
}
declare module "@lezer/highlight";
declare module "dequal/lite";
declare module "dequal";