mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-11 06:30:03 +00:00
feat(studio): variables inspector panel with live preview values
This commit is contained in:
@@ -13,7 +13,13 @@ export interface AppToast {
|
||||
tone: "error" | "info";
|
||||
}
|
||||
|
||||
export type RightPanelTab = "layers" | "design" | "renders" | "block-params" | "slideshow";
|
||||
export type RightPanelTab =
|
||||
| "layers"
|
||||
| "design"
|
||||
| "renders"
|
||||
| "block-params"
|
||||
| "slideshow"
|
||||
| "variables";
|
||||
export type RightInspectorPane = "layers" | "design";
|
||||
|
||||
export interface RightInspectorPanes {
|
||||
|
||||
Reference in New Issue
Block a user