UNPKG

@onesy/ui-react

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