UNPKG

ze-react-component-library

Version:
5 lines (4 loc) 141 B
import { FC } from "react"; import { ZETableProps } from "./ZETable.types"; declare const ZETable: FC<ZETableProps>; export default ZETable;