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

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Table header row',
  description:
    'The table header row component represents the header row of a table, containing column headings. Use table header row as the first child of table (before table body) to define the table structure and provide column labels.' +
    '\n\nTable header row must contain table header components for each column. These headers provide context for the data columns and can support sorting functionality.',
  category: 'Web components',
  subCategory: 'Structure',
  related: [],
};

export default data;
