Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DateLabelProps

Hierarchy

Index

Properties

className?: string
format?: string | ((v: Date) => string)

optional formatted date string or a function to compute the date string

style?: CSSProperties
value: Date

the date value to render

Generated using TypeDoc