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