UNPKG

@onesy/ui-react

Version:
6 lines (5 loc) 165 B
import React from 'react'; import { ITransition } from '..'; export declare type IGrow = ITransition & {}; declare const Grow: React.FC<IGrow>; export default Grow;