Skip to content

Commit

Permalink
Merge commit 'c143785664a358a3d4527c16ea22d70e46a343db' into feature/…
Browse files Browse the repository at this point in the history
…transform-fibers
  • Loading branch information
toloudis committed Oct 10, 2023
2 parents bf572d2 + c143785 commit bfacea0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/simularium/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ export type {
EncodedTypeMapping,
SimulariumFileFormat,
} from "./types";
export type { SelectionStateInfo, UIDisplayData } from "./SelectionInterface";
export type {
SelectionStateInfo,
UIDisplayData,
SelectionEntry,
ColorChanges,
} from "./SelectionInterface";
export { ErrorLevel, FrontEndError } from "./FrontEndError";
export { NetMessageEnum } from "./WebsocketClient";
export { RemoteSimulator } from "./RemoteSimulator";
Expand Down

0 comments on commit bfacea0

Please sign in to comment.