UNPKG

recastui

Version:

Solidjs components library focused on usability, whitelabel theming, accessibility and developer experience

5 lines (4 loc) 231 B
import { Theme, ThemeContextProps } from './types'; export declare function ThemeProvider({ theme, children }: ThemeContextProps): import("solid-js").JSX.Element; export declare function useTheme(): Theme; export * from './types';