palantir/blueprint
View on GitHub[Documentation] `<ToolTip>` props interface missing `PopoverSharedProps`
Open
#6,311 opened on Aug 1, 2023
Domain: documentationP2Type: bughelp wanted
Repository metrics
- Stars
- (20,263 stars)
- PR merge metrics
- (Avg merge 43d 10h) (27 merged PRs in 30d)
Description
Steps to reproduce
go https://blueprintjs.com/docs/#core/components/tooltip.props-interface
Actual behavior
interface TooltipProps extends , IntentProps
Expected behavior
it should be interface TooltipProps extends PopoverSharedProps<TProps>, IntentProps, as in https://blueprintjs.com/docs/#core/components/popover.props-interface