DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
import type { SvelteHTMLNode } from "./html";
import type { SvelteScriptNode } from "./script";
export * from "./common";
export * from "./html";
export * from "./script";
export type SvelteNode = SvelteHTMLNode | SvelteScriptNode;