antd-management-fast-component 2.6.178 → 2.7.2
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.
|
@@ -5,10 +5,3 @@
|
|
|
5
5
|
* @returns
|
|
6
6
|
*/
|
|
7
7
|
export function convertOptionOrRadioData(o: any, index: any): any;
|
|
8
|
-
/**
|
|
9
|
-
* convert option or radio data
|
|
10
|
-
* @param {*} o data source
|
|
11
|
-
* @param {*} index data index
|
|
12
|
-
* @returns
|
|
13
|
-
*/
|
|
14
|
-
export function convertOptionOrRadioData1(o: any, index: any): any;
|
|
@@ -3,10 +3,4 @@ export class BodyContent extends React.PureComponent<any, any, any> {
|
|
|
3
3
|
constructor(props: any, context: any);
|
|
4
4
|
render(): React.JSX.Element | null;
|
|
5
5
|
}
|
|
6
|
-
export namespace BodyContent {
|
|
7
|
-
namespace defaultProps {
|
|
8
|
-
let body: null;
|
|
9
|
-
let bottom: null;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
6
|
import React from 'react';
|