Archived
Template
1
Fork 0
This repository has been archived on 2024-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
Contour/public/@shoelace-style/shoelace/cdn/components/animation/animations.d.ts
2024-09-05 00:39:25 -04:00

6 lines
300 B
TypeScript
Executable file

import * as animations from '@shoelace-style/animations';
export { animations };
/** Gets a list of all supported animation names. */
export declare function getAnimationNames(): string[];
/** Gets a list of all supported easing function names. */
export declare function getEasingNames(): string[];