MCPcopy Create free account
hub / github.com/cartesiancs/map3d / ButtonProps

Interface ButtonProps

src/components/nav/TopNav.tsx:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const mq = breakpoints.map((bp) => `@media (max-width: ${bp}px)`);
14
15interface ButtonProps
16 extends DetailedHTMLProps<
17 ButtonHTMLAttributes<HTMLButtonElement>,
18 HTMLButtonElement
19 > {
20 isShow?: boolean;
21}
22
23export function TopNav({ step }: { step: number }) {
24 const setThirdMode = useCarStore((state) => state.setThirdMode);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected