UNPKG

@boxyhq/react-ui

Version:

React UI components from BoxyHQ

8 lines (7 loc) 228 B
interface ThemerProps { overrideTheme?: Partial<Theme>; children: any; } import type { Theme } from "./types"; declare function Themer(props: ThemerProps): import("react/jsx-runtime").JSX.Element; export default Themer;