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

貢獻者指南