gradio/js/form
pngwn 30463c5e15
chore: update versions (#8225)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-10 19:31:04 +01:00
..
CHANGELOG.md chore: update versions (#8225) 2024-05-10 19:31:04 +01:00
Index.svelte
package.json chore: update versions (#8225) 2024-05-10 19:31:04 +01: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;