antd-management-fast-component 2.6.172 → 2.6.174
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/es/components/Icon/index.d.ts +6 -0
- package/es/index.js +2 -2
- package/package.json +27 -27
|
@@ -149,6 +149,12 @@ export namespace iconBuilder {
|
|
|
149
149
|
export function stop(properties?: null, mode?: string): React.JSX.Element;
|
|
150
150
|
export function retweet(properties?: null): React.JSX.Element;
|
|
151
151
|
export function printer(properties?: null): React.JSX.Element;
|
|
152
|
+
export function group(properties?: null): React.JSX.Element;
|
|
153
|
+
export function ungroup(properties?: null): React.JSX.Element;
|
|
154
|
+
export function userGroupAdd(properties?: null): React.JSX.Element;
|
|
155
|
+
export function userGroupDelete(properties?: null): React.JSX.Element;
|
|
156
|
+
export function switcher(properties?: null): React.JSX.Element;
|
|
157
|
+
export function userSwitch(properties?: null): React.JSX.Element;
|
|
152
158
|
export function exclamationCircle(properties?: null, mode?: string): React.JSX.Element;
|
|
153
159
|
}
|
|
154
160
|
import React from 'react';
|