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

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Press button',
  description:
    'Allows users to toggle between active/inactive states. Use to represent a persistent on/off or selected/unselected status.',
  category: 'Web components',
  subCategory: 'Actions',
  related: [],
};

export default data;
