
### 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
### skin
- type: ToggleButtonSkin
- description: Button skins.
### size
- type: &#34;tiny&#34; | &#34;small&#34; | &#34;medium&#34; | &#34;large&#34;
- description: Button size.
### selected
- type: boolean
- description: Applies selected styles.
### interactive
- type: boolean
- description: Enables pointer events of a selected button.
### dataHook
- type: string
- description: String based data hook.
### labelValue
- type: ReactNode
- description: Label content.
### labelPlacement
- type: &#34;tooltip&#34; | &#34;bottom&#34; | &#34;end&#34; | &#34;start&#34;
- description: Label placement.
### labelEllipsis
- type: boolean
- description: Whether label should have ellipsis.
### tooltipProps
- type: TooltipCommonProps
- description: Tooltip props for label. Applied only when `labelPlacement` is `tooltip`.
### border
- type: boolean
- description: Applies border.
### shape
- type: &#34;square&#34; | &#34;round&#34; | &#34;pill&#34;
- description: Button shape.
### tooltipDisabled
- type: boolean
- description: No description
### as
- type: &#34;object&#34; | &#34;small&#34; | &#34;form&#34; | &#34;slot&#34; | &#34;style&#34; | &#34;title&#34; | &#34;button&#34; | &#34;search&#34; | &#34;article&#34; | &#34;dialog&#34; | &#34;figure&#34; | &#34;img&#34; | &#34;link&#34; | &#34;main&#34; | &#34;menu&#34; | &#34;option&#34; | &#34;table&#34; | &#34;time&#34; | ... 94 more ... | ComponentType&lt;...&gt;
- description: Renders component as any other component or a given HTML tag.
### AnchorHTMLAttributes
- type: All props from AnchorHTMLAttributes that comes from @types/react/index.d.ts
- description: No description


