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