@fluentui/react-northstar
Version:
A themable React component library.
9 lines (8 loc) • 317 B
TypeScript
export declare function getAnimationName({ active, dir, animationEnterFromPrev, animationEnterFromNext, animationExitToPrev, animationExitToNext, }: {
active: any;
dir: any;
animationEnterFromPrev: any;
animationEnterFromNext: any;
animationExitToPrev: any;
animationExitToNext: any;
}): any;