UNPKG

@open-formulieren/formio-builder

Version:

An opinionated Formio webform builder for Open Forms

32 lines (31 loc) 892 B
import e from "react"; const n = e.createContext({ uniquifyKey: (t) => t, supportedLanguageCodes: ["nl", "en"], richTextColors: [], theme: "light", formType: "regular", getFormComponents: () => [], getValidatorPlugins: async () => [], getRegistrationAttributes: async () => [], getServices: async () => [], getReferenceListsTables: async () => [], getReferenceListsTableItems: async () => [], getPrefillPlugins: async () => [], getPrefillAttributes: async () => [], getFileTypes: async () => [], serverUploadLimit: "(unknown)", getDocumentTypes: async () => [], getConfidentialityLevels: async () => [], getAuthPlugins: async () => [], getMapTileLayers: async () => [], getMapOverlayTileLayers: async () => [] }); n.displayName = "BuilderContext"; const a = e.createContext({ bareInput: !1 }); export { n as BuilderContext, a as RenderContext };