Interface GridDateInputElementProps

Props passed into adapters like the Material Adapter to get a Material Date Input Element

Hierarchy

Properties

onChange?: ((newDate: undefined | null | Date) => void)

Type declaration

    • (newDate: undefined | null | Date): void
    • Parameters

      • newDate: undefined | null | Date

      Returns void

placeholder?: string
ref?: unknown
style?: Record<string, unknown>
value: undefined | null | Date

Generated using TypeDoc