/// export interface CellProps { tip?: boolean; warning?: boolean; } export interface BaseProps { className?: string; children: JSX.Element; }