MCPcopy Create free account
hub / github.com/untitleduico/react / ButtonProps

Interface ButtonProps

components/base/buttons/button.tsx:161–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 * Props for the button variant (non-link)
160 */
161export interface ButtonProps extends CommonProps, Omit<AriaButtonProps, "children" | "className"> {}
162/**
163 * Props for the link variant (anchor tag)
164 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected