@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
76 lines (75 loc) • 2.56 kB
TypeScript
declare const _default: {
edit: import('../types').EditFormDefinition<{
type: "children";
id: string;
key: string;
label: string;
description?: string | undefined;
tooltip?: string | undefined;
hidden?: boolean | undefined;
clearOnHide?: boolean | undefined;
isSensitiveData?: boolean | undefined;
enableSelection: boolean;
conditional?: {
show?: boolean;
when?: string;
eq?: string | number | boolean;
} | undefined;
registration?: {
attribute: string;
} | undefined;
openForms?: {
translations?: {
en?: {
label?: string | undefined;
description?: string | undefined;
tooltip?: string | undefined;
} | undefined;
nl?: {
label?: string | undefined;
description?: string | undefined;
tooltip?: string | undefined;
} | undefined;
} | undefined;
} | undefined;
}>;
editSchema: import('../types').EditSchema;
preview: {
panel: React.FC<import('../types').ComponentPreviewProps<{
type: "children";
id: string;
key: string;
label: string;
description?: string | undefined;
tooltip?: string | undefined;
hidden?: boolean | undefined;
clearOnHide?: boolean | undefined;
isSensitiveData?: boolean | undefined;
enableSelection: boolean;
conditional?: {
show?: boolean;
when?: string;
eq?: string | number | boolean;
} | undefined;
registration?: {
attribute: string;
} | undefined;
openForms?: {
translations?: {
en?: {
label?: string | undefined;
description?: string | undefined;
tooltip?: string | undefined;
} | undefined;
nl?: {
label?: string | undefined;
description?: string | undefined;
tooltip?: string | undefined;
} | undefined;
} | undefined;
} | undefined;
}>>;
};
defaultValue: never[];
};
export default _default;