LinkFormatter

Source
import { LinkFormatter } from "@prestojs/ui";
LinkFormatter<T = "a">(props)
Params:
ParameterTypeDescription
*
props
An object with the properties below
props.blankLabelReactNode
props.childrenReact.ReactNode
props.linkComponentT
props.valuenull|string
...any
Any properties from Object|React.ComponentProps
Returns:React.ReactElement

Examples