
### ButtonHTMLAttributes
- type: All props from ButtonHTMLAttributes that comes from @types/react/index.d.ts
- description: No description
### HTMLAttributes
- type: All props from HTMLAttributes that comes from @types/react/index.d.ts
- description: No description
### AriaAttributes
- type: All props from AriaAttributes that comes from @types/react/index.d.ts
- description: No description
### DOMAttributes
- type: All props from DOMAttributes that comes from @types/react/index.d.ts
- description: No description
### dataHook
- type: any
- description: Applies a data-hook HTML attribute that can be used in tests.
### label
- type: any
- description: Sets label value.
### shape
- type: any
- description: Sets button shape.
### ellipsis
- type: any
- description: Truncates label that is longer than its parent container and displays ellipsis at the end of the last line.
### maxLines
- type: any
- description: Truncates label text at a specific number of lines when using ellipsis.
### as
- type: any
- description: Renders component as any other component or a given HTML tag.
### RefAttributes
- type: All props from RefAttributes that comes from @types/react/index.d.ts
- description: No description
### Attributes
- type: All props from Attributes that comes from @types/react/index.d.ts
- description: No description
### AnchorHTMLAttributes
- type: All props from AnchorHTMLAttributes that comes from @types/react/index.d.ts
- description: No description


