Refactor widgets/nodes
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import type { Styles } from "@gradio/utils";
|
||||
|
||||
export let style: Styles = {};
|
||||
export let elem_id: string;
|
||||
export let elem_id: string | null;
|
||||
export let elem_classes: Array<string> = [];
|
||||
export let visible: boolean = true;
|
||||
export let variant: "default" | "panel" | "compact" = "default";
|
||||
|
||||
Reference in New Issue
Block a user