UNPKG

@meonode/ui

Version:

A structured approach to component composition, direct CSS-first prop styling, built-in theming, smart prop handling (including raw property pass-through), and dynamic children.

8 lines 567 B
import _ThemeProvider from '../components/theme-provider.client.js'; /** * A component that provides a theme to its children. */ export declare const ThemeProvider: (<AdditionalProps, ExactProps extends object = object, As extends import("../main").NodeElementType = typeof _ThemeProvider>(props: import("../main").PolymorphicProps<typeof _ThemeProvider, As, AdditionalProps, ExactProps>, deps?: import("../main").DependencyList) => import("../main").NodeInstance<NoInfer<As>>) & { element: typeof _ThemeProvider; }; //# sourceMappingURL=theme-provider.d.ts.map