OnRenderAvatarCallback type
A custom rendered callback that allows users to customize the rendering of a Persona Component.
type OnRenderAvatarCallback = (
userId?: string,
options?: CustomAvatarOptions,
defaultOnRender?: (props: CustomAvatarOptions) => JSX.Element
) => JSX.Element