UNPKG

react-schema-form-wizard

Version:

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

9 lines 564 B
import './styles/index.css'; export { default as FormSchemaWizard } from './components/FormSchemaWizard'; export { default as FormSchemaWizardClient } from './components/FormSchemaWizardClient'; export type { FormField, FormStep, SimpleFormSchema, FormJsonStructure, FormResult, FormularioProps, FormSchemaWizardProps } from './types'; export { rjsfShadcnTheme } from './components/rjsfShadcnTheme'; export { Button } from './components/ui/button'; export { Input } from './components/ui/input'; export { cn } from './utils/cn'; //# sourceMappingURL=index.d.ts.map