mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-07 11:46:51 +08:00
* add height param and styles * use lines instead of height * replace height with lines * add param and add description to gr.code * add title attr * remove styling * format * fix test * add changeset * revert to height * remove lines logic * add changeset * code param tweak * remove redundant code * tweak test * revert onDestroy removal * fix test * tweak * docstring * height fix --------- Co-authored-by: pngwn <hello@pngwn.io> Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com> Co-authored-by: Abubakar Abid <abubakar@huggingface.co> |
||
---|---|---|
.. | ||
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 = {};