ComponentsFunctionsrenderFontVersion: 4.1.0renderFont CallablerenderFont(item: Font, itemProps: IItemRendererProps): ElementType alias for a function that receives an item and props and renders a JSX element (or null).Parametersitem: FontitemProps: IItemRendererPropsReturns Element
Type alias for a function that receives an item and props and renders a JSX element (or
null
).