MCPcopy Create free account
hub / github.com/Codehagen/Badget / ScrollButtonProps

Interface ScrollButtonProps

src/components/charts/LineChartSupport.tsx:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87};
88
89interface ScrollButtonProps {
90 icon: React.ElementType;
91 onClick?: () => void;
92 disabled?: boolean;
93}
94
95const ScrollButton = ({ icon, onClick, disabled }: ScrollButtonProps) => {
96 const Icon = icon;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected