ソースを参照
Update README.md (#176)
Removing braces and parentheses so that the example doesn't break. :)
Co-authored-by: iou90 <iou90@outlook.com>
Tefferson
5 年 前
No account linked to committer's email address
|
|
|
|
|
|
41
|
font-size: 16px;
|
41
|
font-size: 16px;
|
|
42
|
}
|
42
|
}
|
|
43
|
`}
|
43
|
`}
|
|
44
|
- onSizeUpdated={({size => console.log(size.height)})}
|
|
|
|
|
|
44
|
+ onSizeUpdated={size => console.log(size.height)}
|
|
45
|
files={[{
|
45
|
files={[{
|
|
46
|
href: 'cssfileaddress',
|
46
|
href: 'cssfileaddress',
|
|
47
|
type: 'text/css',
|
47
|
type: 'text/css',
|