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

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Skeleton paragraph',
  description:
    'Displays a placeholder representation of text content while it loads. Use to improve perceived performance by showing users where text will appear.',
  category: 'Web components',
  subCategory: 'Typography and content',
  related: [],
};

export default data;
