Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/material/tooltip/tooltip.d.ts

    r59329aa re29cc2e  
    209209    };
    210210    /** The timeout ID of any current timer set to show the tooltip */
    211     _showTimeoutId: any;
     211    _showTimeoutId: number | undefined;
    212212    /** The timeout ID of any current timer set to hide the tooltip */
    213     _hideTimeoutId: any;
     213    _hideTimeoutId: number | undefined;
    214214    /** Property watched by the animation framework to show or hide the tooltip */
    215215    _visibility: TooltipVisibility;
Note: See TracChangeset for help on using the changeset viewer.