/** * props: { * setupStyle * } */ const { setupStyle } = props; setupStyle(); return <p>{JSON.stringify(props)}</p>;