import { LitElement, html, css } from 'lit'; import { customElement, property } from 'lit/decorators.js'; import { ButtonVariant, ButtonType } from '../../types/index.js'; // Import official USWDS compiled CSS import '../../styles/styles.css'; /** * USA Button Web Component * * A simple, accessible USWDS button implementation using a native button element. * Follows USWDS specifications exactly with a proper `; } }