Function default

    • Edit button

      Parameters

      • props: IProps

        Props

      • Optional context: any

      Returns ReactNode

      EditButton

      Description

      Props list:

      • disabled (boolean) Set disabled state
      • primary (boolean) Set Button type
      • bordered (boolean) Set border
      • light (boolean) Set Button text to light
      • dark (boolean) Set Button text to dark
      • needMargin (boolean) Set Button left margin to 5px
      • loading (boolean) Set loading state
      • children (React node) Button children
      • onEdit (Function) Button click

    Generated using TypeDoc and TypeDoc Airthium Plugin