UNPKG

opt-table

Version:

A Responsive and Customizable Rich Table

4 lines (3 loc) 275 B
import React from "react"; import { OptTableInterface, OptTableRefProps } from "./types"; export declare const OptTable: <T>(props: OptTableInterface<T> & React.RefAttributes<OptTableRefProps>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;