We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7749dd5 commit 2abcee9Copy full SHA for 2abcee9
src/blockHeader/demos/expand.tsx
@@ -9,6 +9,7 @@ export default () => {
9
<BlockHeader
10
title="非受控标题"
11
defaultExpand={false}
12
+ hasBottom
13
onExpand={(expand) => console.log(expand)}
14
>
15
Hello World!
0 commit comments