interface StatsProps {
    libraries?: LibraryData[];
}

Properties

Properties

libraries?: LibraryData[]