Skip to content

Commit

Permalink
Fix/add timedata to exports (#353)
Browse files Browse the repository at this point in the history
* update trajectory info to version 3

* use type in test viewer

* add TimeData to public type exports
  • Loading branch information
meganrm authored Dec 5, 2023
1 parent 0b132ba commit a6fd9fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export type {
NetConnectionParams,
} from "./simularium";
export type { ISimulariumFile } from "./simularium/ISimulariumFile";
export type { TimeData } from "./viewport";

export { RenderStyle } from "./viewport";
export { SimulariumController } from "./controller";
Expand Down

0 comments on commit a6fd9fd

Please sign in to comment.