palantir/blueprint

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

Open

#6,311 opened on 2023年8月1日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)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

コントリビューターガイド