semaphor 0.0.0 → 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -109,6 +109,8 @@ declare type DashboardStore = {
109
109
  actions: Actions;
110
110
  };
111
111
 
112
+ export declare const DashboardWC: CustomElementConstructor;
113
+
112
114
  export declare type ErrorProps = {
113
115
  message?: string;
114
116
  };