UNPKG

203 BMarkdownView Raw
1# 实现了 哈哈哈哈
2````js
3import {Button} from 'antd';
4
5const comp = (props) => {
6 return (
7 <Button type="primary">sssssss</Button>
8 )
9}
10
11function a() {
12 console.log(1);
13}
14````
\No newline at end of file