MCPcopy
hub / github.com/arktypeio/arktype / ButtonProps

Interface ButtonProps

ark/docs/components/Button.tsx:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6type ButtonVariant = "outline" | "filled"
7
8export interface ButtonProps extends ComponentPropsWithoutRef<"button"> {
9 variant?: ButtonVariant
10 size?: ButtonSize
11 wiggle?: boolean
12 href?: string
13 linkTarget?: string
14}
15
16export const Button = forwardRef<HTMLButtonElement, ButtonProps>(
17 (

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…