UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

1 lines 704 B
{"version":3,"sources":["../../../src/components/table/TableCell.tsx"],"sourcesContent":["import { clsx } from 'clsx'\nimport type { PropsWithChildren } from 'react'\n\nexport type TableCellProps = PropsWithChildren<{\n className?: string,\n}>\n\nexport const TableCell = ({\n children,\n className,\n }: TableCellProps) => {\n return (\n <span className={clsx('block max-w-full overflow-ellipsis truncate', className)}>\n {children}\n </span>\n )\n}"],"mappings":";AAAA,SAAS,YAAY;AAYjB;AALG,IAAM,YAAY,CAAC;AAAA,EACE;AAAA,EACA;AACF,MAAsB;AAC9C,SACE,oBAAC,UAAK,WAAW,KAAK,+CAA+C,SAAS,GAC3E,UACH;AAEJ;","names":[]}