mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +08:00
4d520a8a7b
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
shared | ||
CHANGELOG.md | ||
Index.svelte | ||
JSON.stories.svelte | ||
package.json | ||
README.md |
@gradio/json
<script>
import { BaseJSON } from "@gradio/json";
</script>
BaseJSON
export let value: any = {};