MCPcopy Create free account
hub / github.com/SwishHQ/spread / BundleUsageChartProps

Interface BundleUsageChartProps

web/src/components/BundleUsageChart.tsx:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Box, Text, Flex } from 'rebass/styled-components';
3
4interface BundleUsageChartProps {
5 activeUsers: number;
6 totalDownloads: number;
7}
8
9const BundleUsageChart: React.FC<BundleUsageChartProps> = ({ activeUsers, totalDownloads }) => {
10 // Ensure we don't have a negative inactive count or exceed total downloads

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected