All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.animations.slideDown.d.ts Maven / Gradle / Ivy

declare const slideDown: (element: HTMLElement) => {
    promise: () => Promise;
    stop: () => () => void;
};
export default slideDown;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy