ComponentsFunctionsrenderFontVersion: 5.0.0-beta.1crenderFont CallablerenderFont(item: Font, itemProps: ItemRendererProps<HTMLLIElement>): ElementType alias for a function that receives an item and props and renders a JSX element (or null).Parametersitem: FontitemProps: ItemRendererProps<HTMLLIElement>Returns Element
Type alias for a function that receives an item and props and renders a JSX element (or
null
).