diff --git a/README.md b/README.md index 013c3f3..dfeb98d 100644 --- a/README.md +++ b/README.md @@ -301,7 +301,7 @@ This method returns a promise that resolves to a `ProgressDialog` object. ### **WORK IN PROGRESS** --> ## Changelog -### 1.0.2 (2025-01-09) +### **WORK IN PROGRESS** * (@GermanBluefox) Added description for `disabled` control and `status` action. diff --git a/src/types/index.ts b/src/types/index.ts index edada56..401a58a 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,4 +1,4 @@ export type * from './adapter'; export type * from './common'; export * from './errorCodes'; -export type { ChannelInfo, Color, ControlState, ControlBase } from './base'; +export { type ChannelInfo, type Color, type ControlState, type ControlBase, ACTIONS } from './base';