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