Skip to main content
The props for the LinkAuthItems component.

See

LinkAuthItems

Extends

  • Omit<HTMLAttributes<HTMLUListElement>, "children">

Properties

PropertyTypeDescription
children?(props: LinkAuthItemProps) => ReactNodeA render function for the auth method item.
onLink?(method: AuthMethod) => void | Promise<void>A function to call when the link button is clicked.