UNPKG

@formio/react

Version:

React renderer for form.io forms.

11 lines 281 B
export declare function useFormioContext(): { Formio: any; baseUrl: any; projectUrl: any; } & { token: any; setToken: import("react").Dispatch<any>; isAuthenticated: boolean; logout: () => Promise<void>; }; //# sourceMappingURL=useFormioContext.d.ts.map