UNPKG

formio-pr-react

Version:
15 lines 590 B
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-pr-js'; //# sourceMappingURL=index.d.ts.map