Function default

    Dialog

    • Parameters

      • props: IProps

        Props

        Props list:

        • visible (boolean) Dialog visible
        • closable (boolean) Dialog closable
        • loading (boolean) Form loading
        • title (string) Dialog title
        • initialValues (Object) Form initial values
        • okButtonProps (Object) Ok button props
        • okButtonText (string) Ok button text
        • cancelButtonProps (Object) Cancel button props
        • cancelButtonText (string) Cancel button text
        • children (React node) Form children
        • onCancel (Function) Dialog cancel
        • onOk (Function) Dialog ok
      • OptionaldeprecatedLegacyContext: any

      Returns ReactNode

      Dialog

    Generated using TypeDoc and TypeDoc Airthium Plugin