Skip to content

Commit

Permalink
[Fix] Add missing exports to the SDK (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkgacek authored Dec 21, 2022
1 parent 42a53e4 commit 0760822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 0760822

Please sign in to comment.