ztxkui 4.3.12 → 4.3.13

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.
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { IFormItemProps } from './interface';
3
3
  declare function Items(props: IFormItemProps): JSX.Element;
4
- declare const _default: import("react").MemoExoticComponent<typeof Items>;
4
+ declare const _default: React.MemoExoticComponent<typeof Items>;
5
5
  export default _default;
@@ -20,7 +20,7 @@ var __rest = (this && this.__rest) || function (s, e) {
20
20
  }
21
21
  return t;
22
22
  };
23
- import { memo } from 'react';
23
+ import React, { memo } from 'react';
24
24
  import { Form } from 'antd';
25
25
  import classNames from 'classnames';
26
26
  function Items(props) {
@@ -1,5 +1,5 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { ISettingProps } from './interface';
3
3
  declare function Setting(props: ISettingProps): JSX.Element;
4
- declare const _default: import("react").MemoExoticComponent<typeof Setting>;
4
+ declare const _default: React.MemoExoticComponent<typeof Setting>;
5
5
  export default _default;
@@ -1,4 +1,4 @@
1
- import { memo } from 'react';
1
+ import React, { memo } from 'react';
2
2
  import { SettingOutlined } from '@ant-design/icons';
3
3
  import { useDrawer } from './hooks';
4
4
  import SearchDrawer from './search-drawer';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "4.3.12",
3
+ "version": "4.3.13",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",