MCPcopy Create free account
hub / github.com/LevelUpWeb3/app / ScrollButtonProps

Interface ScrollButtonProps

src/components/Button/index.tsx:7–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import useCheckViewport from "@/hooks/useCheckViewport";
6
7interface ScrollButtonProps extends ButtonProps {
8 // size?: "large";
9 width?: string | number;
10 loading?: boolean;
11 disabled?: boolean;
12 download?: boolean;
13 // variant?: "contained" | "outlined";
14 isExternal?: boolean;
15
16 // compatibility
17 target?: string;
18 rel?: string;
19 href?: string;
20}
21
22const useStyles = makeStyles<any>()((theme, { size, variant }) => ({
23 button: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected