@jiaozhiye/qm-design-react 1.8.8 → 1.8.9
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/lib/antd/index.d.ts +2 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/search-tree/src/search-tree.d.ts +2 -2
- package/lib/style/compact.css +2 -2
- package/lib/style/compact.min.css +1 -1
- package/lib/style/index.css +2 -2
- package/lib/style/index.min.css +1 -1
- package/package.json +2 -2
package/lib/antd/index.d.ts
CHANGED
|
@@ -104,6 +104,8 @@ export type { StepProps, StepsProps } from 'antd';
|
|
|
104
104
|
export { Steps } from 'antd';
|
|
105
105
|
export type { SwitchProps } from 'antd';
|
|
106
106
|
export { Switch } from 'antd';
|
|
107
|
+
export type { TableProps, TablePaginationConfig, TableColumnGroupType, TableColumnType, TableColumnProps, TableColumnsType } from 'antd';
|
|
108
|
+
export { Table } from 'antd';
|
|
107
109
|
export type { TransferProps } from 'antd';
|
|
108
110
|
export { Transfer } from 'antd';
|
|
109
111
|
export type { TreeProps, TreeNodeProps, TreeDataNode } from 'antd';
|