@mi-avalon/libs 1.0.7 → 1.0.8

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.
package/README.md CHANGED
@@ -3,3 +3,12 @@
3
3
  基于 react 19, antd 6 封装的组件/工具类库
4
4
 
5
5
  [组件使用地址](https://mi-avalon.github.io/mi-avalon-libraries/2.%E7%BB%84%E4%BB%B6%E5%B7%A5%E5%85%B7%E7%B1%BB%E5%BA%93/1.%E5%AE%89%E8%A3%85%E4%B8%8E%E4%BD%BF%E7%94%A8/)
6
+
7
+ ## 安装后必须操作
8
+
9
+ 使用组件库前,请务必导入样式文件,否则组件将没有样式:
10
+
11
+ ```css
12
+ 在css文件中导入
13
+ @use "@mi-avalon/css";
14
+ ```
@@ -1,9 +1,8 @@
1
- export * from './ItemsRow';
2
- export * from './MBreadcrumb';
3
- export * from './MDescriptions';
4
- export * from './MForm';
5
- export { default as MForm } from './MForm';
6
- export * from './MiModal';
7
- export * from './MSearch';
8
- export * from './MTable';
9
- export * from './ThemeContext';
1
+ export * from "./ItemsRow";
2
+ export * from "./MBreadcrumb";
3
+ export * from "./MDescriptions";
4
+ export * from "./MForm";
5
+ export { default as MForm } from "./MForm";
6
+ export * from "./MSearch";
7
+ export * from "./MTable";
8
+ export * from "./ThemeContext";
@@ -1,9 +1,8 @@
1
- export * from './ItemsRow';
2
- export * from './MBreadcrumb';
3
- export * from './MDescriptions';
4
- export * from './MForm';
5
- export { default as MForm } from './MForm';
6
- export * from './MiModal';
7
- export * from './MSearch';
8
- export * from './MTable';
9
- export * from './ThemeContext';
1
+ export * from "./ItemsRow";
2
+ export * from "./MBreadcrumb";
3
+ export * from "./MDescriptions";
4
+ export * from "./MForm";
5
+ export { default as MForm } from "./MForm";
6
+ export * from "./MSearch";
7
+ export * from "./MTable";
8
+ export * from "./ThemeContext";
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export * from './components';
2
- export * from './constants';
3
- export * from './hooks';
4
- export * from './utils';
1
+ export * from "./components";
2
+ export * from "./constants";
3
+ export * from "./hooks";
4
+ export * from "./utils";