Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Props

Hierarchy

  • Props

Index

Properties

dateValue

dateValue: string | null

Optional editable

editable: undefined | false | true

label

label: string

nullLabel

nullLabel: string | null

setDateValue

setDateValue: (value: string | null) => void

Type declaration

    • (value: string | null): void
    • Parameters

      • value: string | null

      Returns void

Generated using TypeDoc