@equinor/echo-framework 0.11.0-rc6 → 0.11.0-rc7

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.
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
- declare const EchoToolBar: () => JSX.Element;
2
+ export declare const EchoToolBar: () => JSX.Element;
3
3
  export default EchoToolBar;
@@ -1,3 +1,3 @@
1
1
  import React from 'react';
2
- declare const EchoTopBar: React.FC;
2
+ export declare const EchoTopBar: React.FC;
3
3
  export default EchoTopBar;