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. |