UNPKG

214 BTypeScriptView Raw
1import { TransitionComponent } from '@restart/ui/types';
2import { TransitionType } from './helpers';
3export default function getTabTransitionComponent(transition?: TransitionType): TransitionComponent | undefined;