UNPKG

stone-kit

Version:
9 lines (8 loc) 237 B
export interface IModalSuccess { isSuccessOpen: boolean; setIsSuccess: React.Dispatch<React.SetStateAction<boolean>>; createPortalObj?: { domNode: HTMLElement | null; key?: string | null | undefined; }; }