MCPcopy Create free account
hub / github.com/cosscom/coss / ButtonProps

Interface ButtonProps

packages/ui/src/components/button.tsx:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49);
50
51export interface ButtonProps extends useRender.ComponentProps<"button"> {
52 variant?: VariantProps<typeof buttonVariants>["variant"];
53 size?: VariantProps<typeof buttonVariants>["size"];
54 loading?: boolean;
55}
56
57export function Button({
58 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected