Skip to content

Commit 7749dd5

Browse files
committed
feat(blockheader): change tooltip to TooltipProps and use toTooltipProps
1 parent f0a9142 commit 7749dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/blockHeader/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ demo:
3333
| tooltip | 默认展示问号提示 | `TooltipProps \| TooltipProps['title']` | - |
3434
| addonAfter | 标题后的内容 | `React.ReactNode` | - |
3535
| size | 小标题、中标题,默认为中标题 | `small \| middle \| large` | `middle` |
36-
| className | 标题一行的样式类名 | `string` | - |
37-
| style | 标题的样式 | `React.CSSProperties` | - |
36+
| className | 标题一行的样式类名 | `string` | - |
37+
| style | 标题的样式 | `React.CSSProperties` | - |
3838
| background | 是否显示背景 | `boolean` | `true` |
3939
| expand | 当前展开状态 | `boolean` | |
4040
| defaultExpand | 是否默认展开内容 | `boolean` | `true` |

0 commit comments

Comments
 (0)