react-calendar-byhja - v0.1.2
    Preparing search index...

    Type Alias RangeValue

    type RangeValue = {
        endDate: Date | null;
        startDate: Date | null;
    }
    Index

    Properties

    Properties

    endDate: Date | null
    startDate: Date | null