animations.d.ts 188 B

1234
  1. import * as animations from '@shoelace-style/animations';
  2. export { animations };
  3. export declare function getAnimationNames(): string[];
  4. export declare function getEasingNames(): string[];