Skip to content

Commit 9ae8778

Browse files
committed
feat(blockheader): supprt large size and change some props name
1 parent 3e1a2be commit 9ae8778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blockHeader/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export interface IBlockHeaderProps {
2121
description?: ReactNode;
2222
/** 默认展示为问号的tooltip */
2323
tooltip?: LabelTooltipType;
24-
/** 后缀自定义内容块 */
24+
/** 后缀自定义内容块 */
2525
addonAfter?: ReactNode;
2626
/**
2727
* 小标题 font-size: 12px; line-height: 32px

0 commit comments

Comments
 (0)