UNPKG

706 BMarkdownView Raw
1# h111111
2## h22222
3### h333333
4#### h4444444445
5
6> `sdsdsd`
7
8## asd ##
9
10- LinkStyle
11- LinkStyle2
12
131. 323
142. 232
153. sss
16* MSAudioSendPayload
17* MSAudioSendSignal
18
19A | B | C
20--|--|--
21A1 | B1 | C1
22A2 | B2 | C2
23A3 | B3 | C3
24
25-----------
26
27````js
28import {Button, DatePicker} from 'antd';
29import React from 'react';
30import ReactDom from 'react-dom';
31
32export const Comp = (props) => {
33 return (
34 <div>
35 <DatePicker />
36 <Button type="primary">wo shi md</Button>
37 <Button type="primary">wo shi md</Button>
38 <Button type="primary">wo shi md</Button><Button type="primary">wo shi md</Button><Button type="primary">wo shi md</Button>
39 </div>
40 )
41}
42
43````
44
45
\No newline at end of file