DeleteDialog

  • Parameters

    • props: IProps

      Props

      Props list:

      • visible (boolean) Dialog visible
      • loading (boolean) Dialog loading
      • title (string) Dialog title
      • children (React node) Dialog children
      • onCancel (Function) Dialog cancel
      • onOk (Function) Dialog ok

    Returns ReactNode | Promise<ReactNode>

    DeleteDialog