Provide a default export
The drupal-attribute library, post-refactoring exclusively provides named exports (e.g., export class DrupalAttribute). It does not include a default export.
This change breaks compatibility with existing consumers (such as @christianwiedemann/drupal-twig-extensions) that expect drupal-attribute to provide a default export.