UNPKG

react-slide-fade-in

Version:
3 lines (2 loc) 154 B
export declare type From = 'top' | 'bottom' | 'left' | 'right'; export declare function getFromPosition(from: From): "left" | "right" | "bottom" | "top";