UNPKG

nudge-components-library

Version:

A library of nudge UI components

6 lines 279 B
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