Skip to content

Commit

Permalink
extend-exports-base-interfaces (#8244)
Browse files Browse the repository at this point in the history
Co-authored-by: OlgaLarina <olga.larina.dev@gmail.com>
  • Loading branch information
OlgaLarina and OlgaLarina committed May 7, 2024
1 parent 2c0c794 commit 7da0272
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/entries/chunks/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,10 @@ export {
ISurveyLayoutElement,
IPlainDataOptions as IPlainData,
IShortcutText,
ILoadFromJSONOptions
ILoadFromJSONOptions,
ISaveToJSONOptions,
HorizontalAlignment,
VerticalAlignment
} from "../../base-interfaces";
export { SurveyError } from "../../survey-error";
export { SurveyElementCore, SurveyElement, DragTypeOverMeEnum } from "../../survey-element";
Expand Down

0 comments on commit 7da0272

Please sign in to comment.