interface LibraryDetailPageOwnProps {
    library: LibraryData;
    store: Store<State>;
    updateColor: (stages: string[]) => void;
}

Hierarchy (View Summary)

Properties

library: LibraryData
store: Store<State>
updateColor: (stages: string[]) => void