palantir/blueprint

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

Open

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

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (20,263 star) (2,167 fork)batch import
Domain: documentationP2Type: bughelp wanted

描述

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

贡献者指南