Skip to content

Commit

Permalink
Export AppOptions (#4581)
Browse files Browse the repository at this point in the history
  • Loading branch information
slimbuck authored Aug 23, 2022
1 parent 0b73bc2 commit 8a99860
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export { getTouchTargetCoords, Touch, TouchEvent } from './input/touch-event.js'
export * from './framework/constants.js';
export { script } from './framework/script.js';
export { AppBase, app } from './framework/app-base.js';
export { AppOptions } from './framework/app-options.js';
export { Application } from './framework/application.js';
export { AnimationComponent } from './framework/components/animation/component.js';
export { AnimationComponentSystem } from './framework/components/animation/system.js';
Expand Down

0 comments on commit 8a99860

Please sign in to comment.