mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
4d520a8a7b
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
shared | ||
CHANGELOG.md | ||
Example.svelte | ||
Index.svelte | ||
package.json | ||
README.md |
@gradio/html
import { BaseHTML } from "@gradio/html";
BaseHTML
export let elem_id = "";
export let elem_classes: string[] = [];
export let value: string;
export let visible = true;
export let min_height = false;