UNPKG

tw-table

Version:

table designed with tailwind and tanstack-table.

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