@evergis/uilib-gl 1.0.96 → 1.0.98
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.
|
@@ -343,6 +343,7 @@ export declare const iconTypes: {
|
|
|
343
343
|
cadastr: string;
|
|
344
344
|
office: string;
|
|
345
345
|
layer_eye: string;
|
|
346
|
+
ai: string;
|
|
346
347
|
};
|
|
347
348
|
export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
|
|
348
349
|
export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
|