@cloudtower/eagle 0.27.3-gobackbutton → 0.27.3-gobackbutton2

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.
@@ -489,6 +489,7 @@ export interface Kit<V = any, T extends HTMLElement = HTMLElement> {
489
489
  token: TokenComponentType;
490
490
  overflowTooltip: React.FC<OverflowTooltipProps>;
491
491
  I18nNameTag: React.FC<I18nNameTagType>;
492
+ GoBackButton: React.FC<any>;
492
493
  uploadDragger: React.ComponentType<DraggerProps>;
493
494
  calendar: React.FC<CalendarProps<Moment>>;
494
495
  timePicker: React.FC<TimePickerProps>;