interface CirculationEventsDownloadFormProps {
    hide: () => void;
    library?: string;
    show: boolean;
}

Properties

Properties

hide: () => void
library?: string
show: boolean