antd-management-fast-component 2.6.102 → 2.6.103

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.
@@ -23,6 +23,7 @@ export namespace iconBuilder {
23
23
  export function close(properties?: null, mode?: string): React.JSX.Element;
24
24
  export function closeCircle(properties?: null, mode?: string): React.JSX.Element;
25
25
  export function copy(properties?: null, mode?: string): React.JSX.Element;
26
+ export function cluster(properties?: null): React.JSX.Element;
26
27
  export function eye(properties?: null, mode?: string): React.JSX.Element;
27
28
  export function _export(properties?: null): React.JSX.Element;
28
29
  export { _export as export };