palantir/blueprint

[Documentation] `<ToolTip>` props interface missing `PopoverSharedProps`

开放

#6,311 创建于 2023年8月1日

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (2,167 个派生)batch import
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

Possible solution

贡献者指南