I've added a step in the build process which auto-generates typescript declaration files and includes them in the dist. This means we get code completion and type checking when using the library in applications.
I also tidied the build process as there was a lot going on which doesn't appear to be necessary. Have tested it against orbis locally and everything still works.
I also went through the components which have been converted to material ui and added or updated typings. Don't care about the old components as they're going away.
I've added a step in the build process which auto-generates typescript declaration files and includes them in the dist. This means we get code completion and type checking when using the library in applications. I also tidied the build process as there was a lot going on which doesn't appear to be necessary. Have tested it against orbis locally and everything still works.
I also went through the components which have been converted to material ui and added or updated typings. Don't care about the old components as they're going away.