@kbgarcia8/react-dynamic-form
Version:
A form that can be nested with editable, expandable and flexible input-forms
7 lines • 356 B
TypeScript
import type { Theme } from "../type/constantTypes";
import type { ChildrenProp } from "../type/propTypes";
export declare const ThemeContextProvider: ({ children, initialTheme, secondTheme }: ChildrenProp & {
initialTheme?: Theme;
secondTheme?: Theme;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ThemeContextWrapper.d.ts.map