UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

1 lines 640 B
{"version":3,"sources":["../../../src/components/table/FillerRowElement.tsx"],"sourcesContent":["import { clsx } from 'clsx'\n\nexport type FillerRowElementProps = {\n className?: string,\n}\nexport const FillerRowElement = ({\n className\n }: FillerRowElementProps) => {\n return (\n <div className={clsx('flex flex-row items-center w-1/2 h-4 text-disabled-text font-bold', className)}>\n -\n </div>\n )\n}"],"mappings":";AAAA,SAAS,YAAY;AASjB;AAJG,IAAM,mBAAmB,CAAC;AAAA,EACE;AACF,MAA6B;AAC5D,SACE,oBAAC,SAAI,WAAW,KAAK,qEAAqE,SAAS,GAAG,eAEtG;AAEJ;","names":[]}