diff --git a/src/index.ts b/src/index.ts index 54b94c58..cbb149b3 100644 --- a/src/index.ts +++ b/src/index.ts @@ -46,11 +46,11 @@ export { FitMode, UpdateZIndexMethod, } from '../types/FrameTypes'; -export { VariableType } from '../types/VariableTypes'; +export { VariableType, ImageVariableSourceType } from '../types/VariableTypes'; export type { LayoutPropertiesType, FrameProperties, LayoutWithFrameProperties } from '../types/LayoutTypes'; export type { FrameLayoutType, FrameType, Frame, TextFrame, ImageFrame, ShapeType } from '../types/FrameTypes'; -export type { Variable, VariableMoves, UrlImageVariable, MediaConnectorImageVariable } from '../types/VariableTypes'; +export type { Variable, VariableMoves, UrlImageVariable, MediaConnectorImageVariable, VariableSource } from '../types/VariableTypes'; export type { Color, DocumentColor, ColorUpdate } from '../types/ColorStyleTypes'; export type { DocumentError } from '../types/DocumentTypes';