gradio/js/utils
Gradio PR Bot fac5a7fafe
chore: update versions (#9072)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-08-21 11:35:46 -07:00
..
src Allow accessing the entire row of selected values in gr.DataFrame (#9128) 2024-08-20 21:08:29 +00:00
CHANGELOG.md chore: update versions (#9072) 2024-08-21 11:35:46 -07:00
package.json chore: update versions (#9072) 2024-08-21 11:35:46 -07:00
README.md Version 4 development branch (#5498) 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