Gradio PR Bot 899ebb88af
chore: update versions (#10516)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-02-11 17:58:27 -08:00
..
2025-02-11 17:58:27 -08:00
2025-02-11 17:58:27 -08:00
2023-10-31 04:46:02 +00:00

@gradio/utils

General functions for handling events in Gradio Svelte components

export async function uploadToHuggingFace(
		data: string,
		type: "base64" | "url"
	): Promise<string>

export function copy(node: HTMLDivElement): ActionReturn