LinkFormatter
Sourceimport { LinkFormatter } from "@prestojs/ui";
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | props An object with the properties below | ||
| props.blankLabel | ReactNode | ||
| props.children | React.ReactNode | ||
| props.linkComponent | T | ||
| props.value | null|string | ||
| ... | any | Any properties from Object|React.ComponentProps | |
Returns:React.ReactElement