How to access 'props' from inside createContainer()?

I read somewhere that the React props are automatically passed into the createContainer block from the parent, but what is the syntax for accessing these props inside createContainer() ?

p.s. I don’t want to have to pass them manually using the ‘params’ argument that can be passed to createContainer(params).