The props for the LinkAuthItems component.Documentation Index
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
See
LinkAuthItemsExtends
Omit<HTMLAttributes<HTMLUListElement>,"children">
Properties
| Property | Type | Description |
|---|---|---|
children? | (props: LinkAuthItemProps) => ReactNode | A render function for the auth method item. |
onLink? | (method: AuthMethod) => void | Promise<void> | A function to call when the link button is clicked. |