UNPKG

nudge-components-library

Version:

A library of nudge UI components

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