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 809a31a commit 62038d9Copy full SHA for 62038d9
src/copy/demos/basic.tsx
@@ -19,8 +19,8 @@ export default () => {
19
<p>{text}</p>
20
</div>
21
<div>
22
- <BlockHeader title={`使用 ()=> React.ReactNode`} background={false} size="small" />
23
- <Copy text={text} tooltip={() => `使用 ()=> React.ReactNode,复制该文本`} />
+ <BlockHeader title={`使用 () => React.ReactNode`} background={false} size="small" />
+ <Copy text={text} tooltip={() => `使用 () => React.ReactNode,复制该文本`} />
24
25
26
</Space>
0 commit comments