gradio/js/json
2024-04-19 18:41:40 -04:00
..
shared
CHANGELOG.md chore: update versions (#7992) 2024-04-18 18:09:10 +00:00
Index.svelte Add max_file_size parameter to launch() that limits the size of files that can be uploaded in the Gradio app (#7909) 2024-04-19 15:38:53 -04:00
package.json make gradio dev tools a local dependency rather than bundling (#8066) 2024-04-19 18:41:40 -04:00
README.md

@gradio/json

<script>
	import { BaseJSON } from "@gradio/json";
</script>

BaseJSON

	export let value: any = {};