С
Size: a a a
С
С
С
IN
С
И
И
В
И
В
function accordeonMenuProps() {
return {
button: (handleOpen) => {
return (
<button
onClick={handleOpen}
>
Accordeon Button
</button>
)
},
children: () => {
return (
<div>first</div>
)
}
}
}С
И
В
И
ZS
ZS
MK
В