palantir/blueprint
[Documentation] `<ToolTip>` props interface missing `PopoverSharedProps`
开放
#6,311 创建于 2023年8月1日
Domain: documentationP2Type: bughelp wanted
仓库指标
- 星标
- (20,263 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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