UNPKG

@tutim/headless

Version:

form infrastructure for web applications

8 lines (7 loc) 188 B
export declare const useStep: () => { form: import("@tutim/types").UseFormReturn; goBack: () => void; goNext: () => void; isLastStep: boolean; isFirstStep: boolean; };