diff --git a/packages/sdk/src/index.ts b/packages/sdk/src/index.ts index 498d49c2..b716ccd4 100644 --- a/packages/sdk/src/index.ts +++ b/packages/sdk/src/index.ts @@ -55,14 +55,14 @@ export type { AutoGrowSettings, AnchorTarget, FrameAnchor, - PageAnchorTarget, - FrameAnchorTarget, RelativeFrameAnchor, StartFrameAnchor, EndFrameAnchor, StartAndEndFrameAnchor, CenterFrameAnchor } from './types/FrameTypes'; +export { PageAnchorTarget, FrameAnchorTarget } from './types/FrameTypes'; + export type { Variable, GroupVariable, @@ -103,8 +103,8 @@ export type { Id, ConnectorConfigOptions, ConnectorConfigValue, - ConnectorConfigValueType, } from './types/CommonTypes'; +export { ConnectorConfigValueType } from './types/CommonTypes'; export type { TextProperties, @@ -118,7 +118,8 @@ export type { export type { ParagraphStyle, ParagraphStyleUpdate } from './types/ParagraphStyleTypes'; export type { CharacterStyle, CharacterStyleUpdate } from './types/CharacterStyleTypes'; -export type { ColorUsage, ColorUsageUpdate, ColorUsageType } from './types/ColorStyleTypes'; +export type { ColorUsage, ColorUsageUpdate } from './types/ColorStyleTypes'; +export { ColorUsageType } from './types/ColorStyleTypes'; export type { DocumentFontStyle,