UNPKG

nudge-components-library

Version:

A library of nudge UI components

7 lines 314 B
import "../../styles/globals.css"; import "../../styles/tokens.css"; export { Rating } from "./Rating"; export { Badge } from "./Badge"; export { ThemeProvider, ThemeContext, defaultTheme, } from "../../theme/ThemeContext"; export type { Theme } from "../../theme/ThemeContext"; //# sourceMappingURL=index.d.ts.map