interface YearlyDataTabProps {
    data: { [key: string]: LibraryData[] };
}

Properties

Properties

data: { [key: string]: LibraryData[] }