Interface StartEndInputProps

interface StartEndInputProps {
    item?: Item;
    showLabels?: boolean;
    updateEndValue?: (value: string) => void;
    updateStartValue?: (value: string) => void;
}

Properties

item?: Item
showLabels?: boolean
updateEndValue?: (value: string) => void
updateStartValue?: (value: string) => void