merkle-open / gondel

🚡 Gondel is a tiny library to bootstrap frontend components
https://gondel.js.org
MIT License
36 stars 10 forks source link

fix: Property 'align' is missing in type 'HTMLElement' #78

Closed janwidmer closed 3 years ago

janwidmer commented 3 years ago

Purpose of this pull request?

@Component("Demo")
export class Demo extends GondelBaseComponent<HTMLDivElement> {}
gondel

What changes did you make?

Add any type to Component decorator

Does this pull request introduce a breaking change?

no

Is there anything you'd like reviewers to focus on?

Can we use anything else than any?