Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui / dist / components / atoms / Overlay / Transition / renderProps.d.ts
Size: Mime:
import { TransitionProps, RenderTransition } from './typings';
/**
 * @todo use styled-components react transitions
 */
export declare function renderTransition(props: TransitionProps): RenderTransition;