Skip to main content

LinkButton()

const LinkButton: (props) => null | ReactElement<unknown, string | JSXElementConstructor<any>>

THIS IS A GENERATED FILE. DO NOT ALTER DIRECTLY.

Parameters

props

Omit<LinkProps, "children" | "className" | "style"> & BaseButtonProps & RefAttributes<HTMLAnchorElement>

Returns

null | ReactElement<unknown, string | JSXElementConstructor<any>>