UNPKG

react-simple-hook-modal

Version:
8 lines (7 loc) 201 B
import React from 'react'; import { ModalProps } from './Modal'; interface Props { transformDistance: number; } export declare const ModalContainer: React.FC<ModalProps & Props>; export {};