
### as
- type: any
- description: Render as &#39;button&#39; element.
Render as &#39;a&#39; element.
### onClick
- type: any
- description: Click event handler.
### 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: Data attribute for testing purposes.
### skin
- type: any
- description: Item theme (standard, dark, destructive, premium, primary).
### size
- type: any
- description: Text Size (small, medium).
### prefixIcon
- type: any
- description: Prefix Icon.
### suffixIcon
- type: any
- description: Suffix Icon.
### suffix
- type: any
- description: Suffix Node.
### ellipsis
- type: any
- description: Should the text get ellipsed with tooltip, or should it get broken into lines when it reaches the end of its container.
### disabledDescription
- type: any
- description: Tooltip description if item is disabled.
### tooltipModifiers
- type: any
- description: Tooltip floating modifiers.
### highlighted
- type: any
- description: If true, the item is highlighted, if false - highlighted styles are not automatically applied on item hover.
### subtitle
- type: any
- description: Text of the list item subtitle.
### shouldFocusWithoutScroll
- type: any
- description: Specifies whether page should be scrolled to the focused item.
### 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


