UNPKG

tw-table

Version:

table designed with tailwind and tanstack-table.

5 lines (4 loc) 158 B
import React from 'react'; import { SharedProps } from './types'; declare const Info: ({ table }: SharedProps) => React.JSX.Element; export default Info;