Table of contents

Public interface

Signature
interface TLUiButtonProps extends React.HTMLAttributes<HTMLButtonElement> {}
Source

packages/tldraw/src/lib/ui/components/primitives/Button/TldrawUiButton.tsx


Properties

disabled

Public propertysignature

Signature
disabled?: boolean

type

Public propertysignature

Signature
type:
  | 'danger'
  | 'help'
  | 'icon'
  | 'low'
  | 'menu'
  | 'normal'
  | 'primary'
  | 'tool'

TLUiButtonPickerPropsTLUiComponents