UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

7 lines (6 loc) 300 B
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[];