- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/material/tooltip/tooltip.d.ts
r59329aa re29cc2e 209 209 }; 210 210 /** The timeout ID of any current timer set to show the tooltip */ 211 _showTimeoutId: any;211 _showTimeoutId: number | undefined; 212 212 /** The timeout ID of any current timer set to hide the tooltip */ 213 _hideTimeoutId: any;213 _hideTimeoutId: number | undefined; 214 214 /** Property watched by the animation framework to show or hide the tooltip */ 215 215 _visibility: TooltipVisibility;
Note:
See TracChangeset
for help on using the changeset viewer.