react-schema-form-wizard
Version:
A customizable React JSON Schema Form library with shadcn/ui components and multi-step support
7 lines • 365 B
TypeScript
import { FormSchemaWizardProps } from '../types';
/**
* Client Component wrapper for Next.js App Router
* Use this component when you need to render the form in a Client Component context
*/
export default function FormSchemaWizardClient(props: FormSchemaWizardProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=FormSchemaWizardClient.d.ts.map