Skip to content

Commit 2abcee9

Browse files
committed
feat(blockheader): support expand controll and change callname to onExpand
1 parent 7749dd5 commit 2abcee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/blockHeader/demos/expand.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default () => {
99
<BlockHeader
1010
title="非受控标题"
1111
defaultExpand={false}
12+
hasBottom
1213
onExpand={(expand) => console.log(expand)}
1314
>
1415
Hello World!

0 commit comments

Comments
 (0)