Skip to content

Commit ce957a4

Browse files
Export AccelerometerDataEvent type (#9)
1 parent f1df18e commit ce957a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import {
2020
SerialResetEvent,
2121
} from "./device.js";
2222
import { createUniversalHexFlashDataSource } from "./hex-flash-data-source.js";
23+
import { AccelerometerDataEvent } from "./accelerometer.js";
2324

2425
export {
2526
MicrobitWebUSBConnection,
@@ -40,6 +41,7 @@ export {
4041
};
4142

4243
export type {
44+
AccelerometerDataEvent,
4345
DeviceConnection,
4446
BoardVersion,
4547
ConnectOptions,

0 commit comments

Comments
 (0)