UNPKG

@ni/nimble-react

Version:

React components for the NI Nimble Design System

6 lines (5 loc) 342 B
import { ThemeProvider, themeProviderTag } from '@ni/nimble-components/dist/esm/theme-provider'; import { Theme } from '@ni/nimble-components/dist/esm/theme-provider/types'; export { themeProviderTag }; export { type ThemeProvider, Theme }; export declare const NimbleThemeProvider: import("@lit/react").ReactWebComponent<ThemeProvider, {}>;