```js
<Line
  rowHeight={19}
  number={10}
  data={[{ text: 'Hello!' }]}
/>
```