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
/
components
/
reminder
/
index.d.ts
6 lines
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
import
"../../styles/globals.css"
;
import
"../../styles/tokens.css"
;
export
{
Popup
}
from
"./Popup"
;
export
{
ThemeProvider
,
ThemeContext
, defaultTheme, }
from
"../../theme/ThemeContext"
;
export
type
{
Theme
}
from
"../../theme/ThemeContext"
;
//# sourceMappingURL=index.d.ts.map