UNPKG

tw-table

Version:

table designed with tailwind and tanstack-table.

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