sudovanilla-website/public/@shoelace-style/shoelace/cdn/components/animation/animations.d.ts

7 lines
300 B
TypeScript
Raw Normal View History

2024-05-13 22:34:06 -05:00
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[];