/** Type of cell represented by a Cell component. */ type CellType = 'cell' | 'header'; export type { CellType };