UNPKG

@keen.io/ui-core

Version:

Keen visual components library

33 lines (32 loc) 645 B
export declare const dropdownMotion: { bottom: { initial: { opacity: number; y: number; x: string; }; animate: { opacity: number; y: number; }; exit: { opacity: number; y: number; }; }; top: { initial: { opacity: number; y: number; x: string; }; animate: { opacity: number; y: number; }; exit: { opacity: number; y: number; }; }; };