seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Fix export of `MarkOneTheme` type #162

Closed jonseitz closed 5 months ago

jonseitz commented 7 months ago

We've defined a MarkOneTheme type that should override the existing DefaultTheme type in consuming applications. However, it's not currently being exported correctly since it's created as a .d.ts file. So we've wound up copying the file into our other project so we can access those types. We should make that a regular .ts file so that it is compiled and distributed with the rest of mark-one.