export type Options = KeyframeAnimationOptions & { duration?: number; easing?: string; display?: string; overflow?: string; }; export type SlideMethods = { up: () => Promise; down: () => Promise; toggle: () => Promise; };