gradio/js/form
pngwn 70b45f4587
chore: update versions (#8777)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-07-22 13:28:00 -07:00
..
CHANGELOG.md chore: update versions (#8777) 2024-07-22 13:28:00 -07:00
Index.svelte
package.json chore: update versions (#8777) 2024-07-22 13:28:00 -07:00
README.md

@gradio/form

<script>
	import { Form } from "@gradio/form";
</script>

Form

	export let visible = true;
	export let scale: number | null = null;
	export let min_width = 0;