UNPKG

krypton-vite-demo

Version:
4 lines (3 loc) 179 B
import React from "react"; import { TableProps } from "./types"; export declare const Table: React.MemoExoticComponent<({ children, size, ...props }: TableProps) => JSX.Element>;