import type {SharedReferenceEntityTemplateSchema} from '../docs-type';

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Table cell',
  description:
    'The table cell component represents a single data cell within a table row. Use table cell as a child of table row to display individual data values, with each cell corresponding to a column in the table.' +
    '\n\nTable cell automatically inherits styling and alignment from its parent table structure and supports text content or other inline components.',
  category: 'Web components',
  subCategory: 'Structure',
  related: [],
};

export default data;
