mondaycom/vibe

[Types]: Typography - change tooltipProps type to Partial<TooltipProps>

talkor opened this issue · 1 comments

Currently, to pass tooltipProps to the Typography component you are required to pass all props, it should be wrapped in a Partial, i.e.:

tooltipProps?: Partial<TooltipProps>

Monday ticket: https://monday.monday.com/boards/3532714909/pulses/6494841753

Fixed in #2118