mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
feat(studio): variables inspector panel with live preview values
This commit is contained in:
@@ -27,6 +27,14 @@ export { ORIGIN_APPLY_PATCHES, ORIGIN_LOCAL } from "./types.js";
|
||||
export type {
|
||||
CompositionVariable,
|
||||
CompositionVariableType,
|
||||
CompositionVariableBase,
|
||||
StringVariable,
|
||||
NumberVariable,
|
||||
ColorVariable,
|
||||
BooleanVariable,
|
||||
EnumVariable,
|
||||
FontVariable,
|
||||
ImageVariable,
|
||||
VariableValidationIssue,
|
||||
VariableUsageScan,
|
||||
} from "@hyperframes/core/variables";
|
||||
|
||||
Reference in New Issue
Block a user