Skip to content

Commit

Permalink
Fixed exports in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
srares76 committed Dec 30, 2022
1 parent 78f4260 commit d18610b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chili-publish/editor-sdk",
"version": "0.97.2",
"version": "0.97.4",
"description": "The sdk for the chili editor",
"repository": {
"type": "git",
Expand Down
31 changes: 14 additions & 17 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,31 @@ export {
BasicAnimationsEmphasisStyles,
} from '../types/AnimationTypes';
export { LayoutType } from '../types/LayoutTypes';
export {
BlendMode,
FrameTypeEnum,
VerticalAlign,
TextDirection,
FlowDirection,
FitMode,
UpdateZIndexMethod,
ImageSourceType
} from '../types/FrameTypes';
export { VariableType, ImageVariableSourceType } from '../types/VariableTypes';

export type {
LayoutPropertiesType,
FrameProperties,
LayoutWithFrameProperties,
LayoutListItemType,
} from '../types/LayoutTypes';
export type { FrameLayoutType,
FrameType,
export type {
BlendMode,
FitMode,
FlowDirection,
Frame,
TextFrame,
FrameLayoutType,
FrameType,
FrameTypeEnum,
ImageConnectorVariableSource,
ImageFrame,
ShapeType,
ImageFrameSource,
ImageUrlVariableSource,
ImageUrlSource,
ImageConnectorVariableSource,
ImageUrlVariableSource,
ShapeType,
TextDirection,
TextFrame,
UpdateZIndexMethod,
VerticalAlign,
} from '../types/FrameTypes';
export type {
Variable,
Expand Down

0 comments on commit d18610b

Please sign in to comment.