Are there any type definition files associated with it or do we need to use the existing type defs from @types/semantic-ui
@subramn We currently don't have @types/fomantic-ui but that is something we could look into for v3. I would recommend using the @types/semantic-ui as you suggested since. It should work with FUI with no problems since FUI is still backwards compatible.
This would be a great addition. It's been almost a year and I find myself writing shims into my TypeScript to get around some missing definitions (e.g. $.fn.calendar(...), a new component not defined in Semantic 2.4.x).
+1 for a @types/fomantic-ui npm package!
Most helpful comment
This would be a great addition. It's been almost a year and I find myself writing shims into my TypeScript to get around some missing definitions (e.g.
$.fn.calendar(...), a new component not defined in Semantic 2.4.x).+1 for a
@types/fomantic-uinpm package!