Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IActionButtonProps

Hierarchy

  • IActionButtonProps

Index

Properties

className

className: string

getClose

getClose: () => () => void

Type declaration

    • (): () => void
    • Returns () => void

        • (): void
        • Returns void

Optional onClick

text

text: React.ReactNode

type

type: "default" | "primary" | "success" | "danger" | "secondary"

Generated using TypeDoc