You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use the component in a project written with Typescript, I'd like to know if there's a definition file somewhere, here, on DefinitivelyTyped or Typings registry?
The text was updated successfully, but these errors were encountered:
If you look in lib/ there's a material-steppers.ts file that contains all the definitions you should need. Alternatively, I pulled out an interface you can import, gonna attach it (as a txt so github doesn't think I'm trying to give you a virus or something). MaterialSteppers.interface.txt
In the end, I used the typings generation allowed when the source is already in Typescript.
I don't know the precise process to follow to be directly recognized by the typings tool, but as it is I can start working.
To use the component in a project written with Typescript, I'd like to know if there's a definition file somewhere, here, on DefinitivelyTyped or Typings registry?
The text was updated successfully, but these errors were encountered: