UNPKG

tm-reuseable-components

Version:

This is a reuseable components lib made for TextMercato

8 lines (7 loc) 195 B
import React from "react"; declare const TmDataTable: ({ rows, className, columns, }: { rows: any; className?: any; columns: any; }) => React.JSX.Element; export default TmDataTable;