@ng-doc/ui-kit
Version:
<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>
11 lines (8 loc) • 556 B
TypeScript
import { ElementAnimation } from '@ng-doc/ui-kit/types';
declare const dropdownOpenAnimation: ElementAnimation;
declare const dropdownCloseAnimation: ElementAnimation;
declare const tooltipOpenAnimation: ElementAnimation;
declare const tooltipCloseAnimation: ElementAnimation;
declare const notificationOpenAnimation: ElementAnimation;
declare const notificationCloseAnimation: ElementAnimation;
export { dropdownCloseAnimation, dropdownOpenAnimation, notificationCloseAnimation, notificationOpenAnimation, tooltipCloseAnimation, tooltipOpenAnimation };