DateHeaderTypeData: {
    max?: string;
    min?: string;
}

Type data for a header of type date.

Type declaration

  • Optional max?: string

    Optional maximum date. Defaults to null.

  • Optional min?: string

    Optional minimum date. Defaults to null.

Generated using TypeDoc