@jiaozhiye/qm-design-react 1.7.20 → 1.7.21
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/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/themes/default.less +1 -1
- package/lib/table/src/table/types.d.ts +0 -4
- package/package.json +1 -1
|
@@ -200,10 +200,6 @@ export type ITreeConfig = {
|
|
|
200
200
|
virtual?: boolean;
|
|
201
201
|
expandIconColumn?: string;
|
|
202
202
|
};
|
|
203
|
-
export type ITreeExpand = {
|
|
204
|
-
rowKey: IRowKey;
|
|
205
|
-
level: number;
|
|
206
|
-
};
|
|
207
203
|
export type IExpandable = {
|
|
208
204
|
defaultExpandAllRows?: boolean;
|
|
209
205
|
defaultExpandedRowKeys?: IRowKey[];
|