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

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Announcement',
  description:
    'The Announcement component provides a less disruptive alternative to auto-open modals for capturing user attention. It provides a standardized way to engage users without being too intrusive.',
  category: 'Web components',
  subCategory: 'Feedback and status indicators',
  related: [],
};

export default data;
