import Component from '@glimmer/component';
/**
 * @module ToggleButton
 * `ToggleButton` components are used to expand and collapse content with a toggle.
 *
 * @example
 * ```js
 *   
 *  {{#if showOptions}}
 *     
 *       
 *         I will be toggled!
 *       
 *