UNPKG

@rabahzeineddine/material-ui

Version:
5 lines (4 loc) 174 B
/// <reference types="react" /> import { TablePropsType } from "../../config/@types/Table"; declare function Table(props: TablePropsType): JSX.Element; export default Table;