diff --git a/src/types/index.ts b/src/types/index.ts index ec2b41b..126a127 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,3 +1,4 @@ export * from "./adapter"; export * from "./common"; export * from "./errorCodes"; +export { ChannelInfo, Color, ControlState, ControlBase } from "./base";