MCPcopy Create free account
hub / github.com/code-forge-io/react-router-devtools / IconButtonProps

Interface IconButtonProps

docs/app/ui/icon-button.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import type { IconName } from "./icon/icons/types"
5
6interface IconButtonProps extends ComponentProps<"button"> {
7 name: IconName
8 className?: string
9}
10
11export const IconButton = ({ name, className, ...props }: IconButtonProps) => {
12 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…