IFrameModalProps: {
    isOpen: boolean;
    onClose: (() => void);
    title: string;
    url: string;
}

Type declaration

  • isOpen: boolean
  • onClose: (() => void)
      • (): void
      • Returns void

  • title: string
  • url: string

Generated using TypeDoc