@evergis/uilib-gl 1.0.129 → 1.0.131

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.
@@ -358,6 +358,9 @@ export declare const iconTypes: {
358
358
  transition: string;
359
359
  stop_circle: string;
360
360
  token: string;
361
+ star_symbol: string;
362
+ text_plain: string;
363
+ geom_shapes: string;
361
364
  };
362
365
  export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
363
366
  export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;