Skip to content

Commit

Permalink
Expose DeviceType
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Nov 3, 2023
1 parent 29a2bdb commit 21965a7
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 @@ -3,6 +3,7 @@ export * from './extensions/index';
export * from './UIContainer';
export * from './DefaultUI';
export { Attribute } from './util/Attribute';
export { type DeviceType } from './util/DeviceType';
export { type StreamType } from './util/StreamType';
export { type Constructor } from './util/CommonUtils';
export { ColorStops } from './util/ColorStops';

0 comments on commit 21965a7

Please sign in to comment.