UNPKG

react-select-table

Version:
10 lines (9 loc) 190 B
export default TableCell; /** * Child of {@link Components.TableRow}. * * @name Components.TableCell * @type {React.FC} */ declare const TableCell: React.FC; import React from "react";