UNPKG

tw-table

Version:

table designed with tailwind and tanstack-table.

7 lines (6 loc) 234 B
declare type IconProps = { name: 'chevron-right' | 'chevron-left' | 'chevron-up' | 'chevron-down' | 'magnifying-glass' | 'dash'; className?: string; }; declare const Icon: (props: IconProps) => any; export default Icon;