UNPKG

react-morphing-modal

Version:

React morphing modal! The easiest way to be fancy!

4 lines (3 loc) 175 B
import { ModalState, HookOptions, UseModal } from './types'; export declare const STATE: ModalState; export declare function useModal(hookOptions?: HookOptions): UseModal;