Skip to content

Commit

Permalink
hoist type in export statement
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed Nov 12, 2024
1 parent a9da63d commit 8278e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export {
SENSOR_COUNT,
PANEL_COUNT,
} from "./api.js";
export { type PanelName, type EachPanel } from "./commands/inputs.js";
export type { PanelName, EachPanel } from "./commands/inputs.js";
export { SensorTestMode, type SMXPanelTestData, type SMXSensorTestData } from "./commands/sensor_test.js";
export { SMXStage } from "./smx.js";

0 comments on commit 8278e04

Please sign in to comment.