
### children
- type: ReactNode
- description: Accepts any node as a child element.
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests.
### skin
- type: ClickableCardSkin
- description: Specifies the skin of a card.
### hasPadding
- type: boolean
- description: Applies padding to the card.
### disabled
- type: boolean
- description: Specifies whether user interactions are disabled.
### as
- type: &#34;button&#34; | &#34;a&#34;
- description: Defines whether the card is rendered as an anchor (&lt;a&gt;) or a button (&lt;button&gt;). Defaults to button.
### HTMLAttributes
- type: All props from HTMLAttributes 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
### ButtonHTMLAttributes
- type: All props from ButtonHTMLAttributes 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


