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

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Table row',
  description:
    'The table row component represents a single row of data within a table body. Use table row as a child of table body to structure individual records or entries in the table.' +
    '\n\nTable row must contain table cell components, with each cell representing a data value for the corresponding column. The number of cells should match the number of headers in the table.',
  category: 'Web components',
  subCategory: 'Structure',
  related: [],
};

export default data;
