pngwn bbf9ba7e99
i am changesets now (#9612)
* version

* fix
2024-10-09 13:46:26 +01:00
..
2024-10-08 22:17:17 -07:00
2024-10-09 13:46:26 +01:00
2024-10-08 22:17:17 -07:00
2024-10-09 13:46:26 +01:00
2023-11-02 12:10:11 +00:00
2023-10-31 04:46:02 +00:00

@gradio/radio

<script>
    import { BaseRadio, BaseExample } from "@gradio/radio"; 
</script>

BaseRadio

	export let display_value: string;
	export let internal_value: string | number;
	export let disabled = false;
	export let elem_id = "";
	export let selected: string | number | null = null;

BaseExample

	export let value: string;
	export let type: "gallery" | "table";
	export let selected = false;