/** * Callback function invoked when the multi-step form yields values. */ export type OnYield = (values: object) => void; /** * Callback function invoked when the multi-step form returns values. */ export type OnReturn = (values: object) => void; //# sourceMappingURL=untyped.d.ts.map