rc-lib-ui 1.2.16-beta.6 → 1.2.17

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 +1,2 @@
1
1
  export * from './Dashboard';
2
+ export { MuiHeader, type MuiHeaderProps } from './components/MuiHeader';
package/dist/dashboard.js CHANGED
@@ -446,5 +446,6 @@ const Ii = g("main")(() => ({
446
446
  ] });
447
447
  }), nn = I.memo(_i);
448
448
  export {
449
- nn as Dashboard
449
+ nn as Dashboard,
450
+ ji as MuiHeader
450
451
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rc-lib-ui",
3
3
  "private": false,
4
- "version": "1.2.16-beta.6",
4
+ "version": "1.2.17",
5
5
  "author": "SinGlEBW",
6
6
  "license": "MIT",
7
7
  "type": "module",