Cancel button

  • Parameters

    • props: IProps

      Props

      Props list:

      • disabled (boolean) Set disabled state
      • loading (boolean) Set loading state
      • children (React child) Button children
      • onCancel (Function) Button click

    Returns ReactNode | Promise<ReactNode>

    CancelButton