Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LibraryItemCardProps

Hierarchy

Index

Properties

Optional authorAvatar

authorAvatar: string

Optional authorName

authorName: string

Optional children

children: React.ReactNode

Optional className

className: string

Optional image

image: string

Optional isActive

isActive: boolean

Optional isDisabled

isDisabled: boolean

label

label: string

onClick

onClick: (e?: MouseEvent<HTMLButtonElement>) => void

Type declaration

    • (e?: MouseEvent<HTMLButtonElement>): void
    • Parameters

      • Optional e: MouseEvent<HTMLButtonElement>

      Returns void

Optional style

style: CSSProperties

tool

tool: Tool

type

type: CardType