UNPKG

tw-table

Version:

table designed with tailwind and tanstack-table.

7 lines (6 loc) 169 B
import React from 'react'; declare type Props = { className?: string; }; declare const Dash: ({ className }: Props) => React.JSX.Element; export default Dash;