UNPKG

@yosgo/swap-ui

Version:
5 lines (4 loc) 144 B
import React from "react"; import { MyTableProps } from "./Table.types"; declare const Table: React.FC<MyTableProps>; export default Table;