@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
35 lines (34 loc) • 1.02 kB
TypeScript
declare const _default: {
edit: import('../types').EditFormDefinition<{
type: "content";
id: string;
key: string;
hidden?: boolean | undefined;
showInSummary?: boolean | undefined;
showInEmail?: boolean | undefined;
showInPDF?: boolean | undefined;
conditional?: {
show?: boolean;
when?: string;
eq?: string | number | boolean;
} | undefined;
openForms?: {
translations?: {
en?: {
html?: string | undefined;
} | undefined;
nl?: {
html?: string | undefined;
} | undefined;
} | undefined;
} | undefined;
html: string;
customClass?: "" | "success" | "info" | "warning" | "error" | undefined;
}>;
editSchema: import('../types').EditSchema;
preview: {
panel: null;
};
defaultValue: undefined;
};
export default _default;