Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

    the type of each item in the data prop

Hierarchy

  • Props

Index

Properties

cardWidth

cardWidth: number

data

data: T[]

height

height: number

isValidating

isValidating: boolean

Optional paddingBottom

paddingBottom: number

Optional renderContent

renderContent: (item: T) => Element

Type declaration

    • (item: T): Element
    • Parameters

      • item: T

      Returns Element

Optional srcExtractor

srcExtractor: (item: T) => string

Type declaration

    • (item: T): string
    • Parameters

      • item: T

      Returns string

Optional title

title: string

Generated using TypeDoc