I want the `textRow ` style with with multiple rows . Why cant this be done, I dont see it in the documentation but there should be a feature to do this. ``` <ReactPlaceholder type='textRow' rows={10} ready={false}> <MyComponent/> </ReactPlaceholder> ```