We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01c20cc commit 4b9d9a3Copy full SHA for 4b9d9a3
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