MCPcopy
hub / github.com/Blazity/next-enterprise / ButtonProps

Interface ButtonProps

components/Button/Button.tsx:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34)
35
36export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLAnchorElement>, VariantProps<typeof button> {
37 underline?: boolean
38 href: string
39}
40
41export function Button({ className, intent, size, underline, ...props }: ButtonProps) {
42 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected