Repository URL to install this package:
import { ReactNode } from 'react' /** * PROPS */ export interface CellProps { nowrap?: boolean children?: ReactNode | string colSpan?: string | number totalColumns?: string | number className?: string }