@parama-dev/form-builder-types
v0.3.3
Published
Type definitions for the form builder system
Readme
@parama-dev/form-builder-types
Type definitions for the form builder system.
Installation
npm install @parama-dev/form-builder-typesUsage
import { FormSchema, FieldType } from '@parama-dev/form-builder-types';
const schema: FormSchema = {
// your schema
};Features
- Complete TypeScript definitions for form schemas
- Validation types and interfaces
- Field type definitions
- Form configuration types
