I am using fluentui/react-northstar
as in the doc, styles has below definition
Name Default Type Description
styles ComponentSlotStyle Additional CSS styles to apply to the component instance.
but what is different between style vs styles in component.
<Flex styles={{ marginTop: 15 }}> </Flex>
<Flex style={{ marginTop: 15 }}> </Flex>