antd-management-fast-component 2.6.77 → 2.6.82
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.
|
@@ -9,7 +9,9 @@ export class TinymceWrapper extends React.PureComponent<any, any, any> {
|
|
|
9
9
|
}
|
|
10
10
|
export namespace TinymceWrapper {
|
|
11
11
|
namespace defaultProps {
|
|
12
|
+
let scriptSrc: string;
|
|
12
13
|
let apiKey: string;
|
|
14
|
+
let language: string;
|
|
13
15
|
let content: string;
|
|
14
16
|
let initConfig: null;
|
|
15
17
|
let imagesUploadUrl: string;
|