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' #79

Closed janwidmer closed 3 years ago

janwidmer commented 3 years ago

Purpose of this pull request?

Branch bases on bugfix https://github.com/namics/gondel/pull/62 of @jantimon, recreated branch to fix merge conflict.

@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?

ernscht commented 3 years ago

big thanks