UNPKG

opt-table

Version:

A Responsive and Customizable Rich Table

7 lines (6 loc) 211 B
import React from "react"; interface DateComponentInterface { date: string; } declare const TableDateComponent: (props: DateComponentInterface) => React.JSX.Element; export default TableDateComponent;