UNPKG

react-schema-form-wizard

Version:

A customizable React JSON Schema Form library with shadcn/ui components and multi-step support

4 lines 297 B
import { FormSchemaWizardProps } from "../types"; import '../styles/index.css'; export default function FormSchemaWizard({ formJson, onSubmit, className, customTheme: userCustomTheme }: FormSchemaWizardProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FormSchemaWizard.d.ts.map