antd-management-fast-component 2.6.75 → 2.6.77
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.
|
@@ -133,6 +133,7 @@ export namespace iconBuilder {
|
|
|
133
133
|
export function caretUp(properties?: null, mode?: string): React.JSX.Element;
|
|
134
134
|
export function caretDown(properties?: null, mode?: string): React.JSX.Element;
|
|
135
135
|
export function retweet(properties?: null): React.JSX.Element;
|
|
136
|
+
export function printer(properties?: null): React.JSX.Element;
|
|
136
137
|
export function exclamationCircle(properties?: null, mode?: string): React.JSX.Element;
|
|
137
138
|
}
|
|
138
139
|
import React from 'react';
|