@wdns/vuetify-stepper-form
Version:
The Vuetify Stepper Form plugin provides a structured way to create multi-step forms using Vue 3, TypeScript, and Vuetify. It features a stepper layout that allows users to navigate between steps with form validation. The plugin is customizable and stream
16 lines (15 loc) • 575 B
TypeScript
import { UseAutoPage, UseBuildSettings, UseColumnErrorCheck, UseDeepMerge, UseGetFirstAndLastEditableFalse } from '../types';
export declare const useDeepMerge: UseDeepMerge;
/**
* Builds the settings object.
*/
export declare const useBuildSettings: UseBuildSettings;
/**
* Automatically pages to the next field.
*/
export declare const useAutoPage: UseAutoPage;
/**
* Checks if the column values are between 1 and 12.
*/
export declare const useColumnErrorCheck: UseColumnErrorCheck;
export declare const useGetFirstAndLastEditableFalse: UseGetFirstAndLastEditableFalse;