UNPKG

@uplink-protocol/form-controller

Version:

Reactive multi-step form controller with dynamic validation and state management

11 lines (10 loc) 313 B
/** * Form Controller Interfaces * * This module exports all interfaces used to configure and interact with the form controller. * @module Interfaces */ export * from "./field.interface"; export * from "./form-config.interface"; export * from "./form-step.interface"; export * from "./validation.interface";