Expand my Community achievements bar.

Are there typed definitions available for Granite API

Avatar

Level 2

I am developing an UI component in AEM using typescript. Are there any typed definitions available for Granite API?

Thanks,
Abhijeet

2 Replies

Avatar

Community Advisor

Please check this if helps

Components | CoralUI



Arun Patidar

Avatar

Level 2

Thanks for the help, but thats not what I am looking for.
Instead of declaring Granite as any(declare var Granite: any), I was wondering if there are any typed definition files available for Granite?
(granite.d.ts) which would ease compiling of code and prevent type errors.

Best,
Abhijeet