Repository URL to install this package:
|
Version:
4.0.61 ▾
|
import { ReactNode } from 'react'
/**
* PROPS
*/
export interface CellProps {
nowrap?: boolean
children?: ReactNode | string
colSpan?: number
totalColumns?: number
className?: string
}
export declare namespace CSS {
export type ColSpan = number
export type totalColumns = number
}