UNPKG
nudge-components-library
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A library of nudge UI components
nudge-components-library
/
dist
/
reminder.js
6 lines
(5 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
import
'./styles/globals.css.js'
;
import
'./styles/tokens.css.js'
;
export
{
Popup
}
from
'./components/reminder/Popup.js'
;
export
{
ThemeContext
,
ThemeProvider
, defaultTheme }
from
'./theme/ThemeContext.js'
;
//# sourceMappingURL=reminder.js.map