antd-management-fast-component 2.1.31 → 2.2.0
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.
|
@@ -4,6 +4,8 @@ export namespace iconBuilder {
|
|
|
4
4
|
export function plus(properties?: null): React.JSX.Element;
|
|
5
5
|
export function addCircle(properties?: null, filled?: boolean): React.JSX.Element;
|
|
6
6
|
export function plusCircle(properties?: null, filled?: boolean): React.JSX.Element;
|
|
7
|
+
export function customerService(properties?: null): React.JSX.Element;
|
|
8
|
+
export function comment(properties?: null): React.JSX.Element;
|
|
7
9
|
export function reload(properties?: null): React.JSX.Element;
|
|
8
10
|
export function edit(properties?: null, filled?: boolean): React.JSX.Element;
|
|
9
11
|
export function enable(properties?: null, filled?: boolean): React.JSX.Element;
|