gradio/js/utils
Gradio PR Bot b400706fb6
chore: update versions (#9970)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-27 18:10:49 -05:00
..
src Adds copy event to gr.Markdown, gr.Chatbot, and gr.Textbox (#9979) 2024-11-19 19:58:19 +00:00
CHANGELOG.md chore: update versions (#9970) 2024-11-27 18:10:49 -05:00
package.json chore: update versions (#9970) 2024-11-27 18:10:49 -05: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