sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 514 forks source link

Exporting NoticeProperties type directly #400

Open tcorley opened 3 years ago

tcorley commented 3 years ago

I was noticing Exported variable <variable name> has or is using private name <private name> issue for NoticeProperties in my project. This PR will export this class so that the compiler can reference it.

See: https://github.com/microsoft/TypeScript/issues/6307