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
feat: expose theme enum and store to consumer (#578)
# Motivation
Some consumers, such as OISY, might want to implement their own theme
toggler. Therefore to avoid conflicts with different themes, we expose
the enum and store of the library for consumers as well (as we do with
other stores).
# Changes
- Expose enum `Theme` and `theme.store`
0 commit comments