-
It may be a silly question. I'm kinda new to tyescript in general. From my understanding when you use an npm package you can also install its associated TS types. Is there anything similar for fluent ui v9? I did some research but it seems like nobody says anything about that. Do they even exist? Are they somehow integrated in the main package? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @Ashilex, all our Fluent packages come with their type definitions already in them so you don't need to install any extra TS types packages. If you navigate in our repo to any of the component folders, you'll be able to see the For example, here is the types file of the |
Beta Was this translation helpful? Give feedback.
Hi @Ashilex, all our Fluent packages come with their type definitions already in them so you don't need to install any extra TS types packages. If you navigate in our repo to any of the component folders, you'll be able to see the
types.ts
files there 😄.For example, here is the types file of the
Button
component.