@kbgarcia8/react-dynamic-form
Version:
A form that can be nested with editable, expandable and flexible input-forms
8 lines • 689 B
TypeScript
import "./styles/styled";
export { default as DynamicForm } from "./components/organisms/DynamicForm";
export { ThemeContextProvider } from "./context/ThemeContextWrapper";
export { default as ThemeContext } from "./context/ThemeContext";
export { default as useTheme } from "./hooks/useTheme";
export * from "./styles/theme";
export type { FieldsetShape, inputEntryShape, DynamicFormProps, LabeledCheckboxOrRadio, LabeledTextLike, FormActionButtonsProps, CheckedInput, GeneralInput, TextAreaInput, EditableInformation, NestedEditableOptionProps, ButtonProps, LabelProps, BaseInput, InputProps, ChildrenProp, themeContextValue } from './type/propTypes';
//# sourceMappingURL=index.d.ts.map