react-bootstrap/react-bootstrap-typescript

I can't find TableRow and Table Col

michaelsync opened this issue · 1 comments

I am able to use the Table but I can't find TableRow or TableCol. How do we use Table with this package? Thanks.

import { Table } from 'react-bootstrap';

It seems like using <tbody> <tr> <td> directly works.