@formio/react
Version:
React renderer for form.io forms.
15 lines • 588 B
TypeScript
declare const Webform: any;
declare const WebformBuilder: any;
declare const Wizard: any;
declare const WizardBuilder: any;
export { Webform, WebformBuilder, Wizard, WizardBuilder };
export * from './components';
export { useFormioContext } from './hooks/useFormioContext';
export { usePagination } from './hooks/usePagination';
export { FormioProvider } from './contexts/FormioContext';
export * from './constants';
export * from './modules';
export * from './types';
export * from './utils';
export { Components, Utils, Templates } from '@formio/js';
//# sourceMappingURL=index.d.ts.map