gradio/js/utils
pngwn 008d84b042
chore: update versions (#8883)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-31 13:27:38 -07:00
..
src Fix Could not resolve "virtual:component-loader" in gradio/utils package (#8927) 2024-07-29 18:07:52 +01:00
CHANGELOG.md chore: update versions (#8883) 2024-07-31 13:27:38 -07:00
package.json chore: update versions (#8883) 2024-07-31 13:27:38 -07:00
README.md

@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