I call this project as a dependency in TypeScript, and when I want to change the color, I find that I need to pass in an enum type value.
I tried using instance of for type safety, but it seems that the ChatboxColors enum has no export, so I can't import it.
I call this project as a dependency in TypeScript, and when I want to change the color, I find that I need to pass in an enum type value. I tried using instance of for type safety, but it seems that the
ChatboxColors
enum has no export, so I can't import it.