@open-formulieren/formio-builder
Version:
An opinionated Formio webform builder for Open Forms
104 lines (103 loc) • 3.31 kB
TypeScript
declare const _default: {
edit: import('../types').EditFormDefinition<{
type: "coSign";
id: string;
key: string;
label: string;
description?: string | undefined;
hidden?: boolean | undefined;
authPlugin: string;
openForms?: {
translations?: {
en?: {
label?: string | undefined;
description?: string | undefined;
} | undefined;
nl?: {
label?: string | undefined;
description?: string | undefined;
} | undefined;
} | undefined;
} | undefined;
}>;
editSchema: import('../types').EditSchema;
preview: {
panel: React.FC<import('../types').ComponentPreviewProps<{
type: "coSign";
id: string;
key: string;
label: string;
description?: string | undefined;
hidden?: boolean | undefined;
authPlugin: string;
openForms?: {
translations?: {
en?: {
label?: string | undefined;
description?: string | undefined;
} | undefined;
nl?: {
label?: string | undefined;
description?: string | undefined;
} | undefined;
} | undefined;
} | undefined;
}>>;
designer: React.FC<import('../types').ComponentPreviewProps<{
type: "coSign";
id: string;
key: string;
label: string;
description?: string | undefined;
hidden?: boolean | undefined;
authPlugin: string;
openForms?: {
translations?: {
en?: {
label?: string | undefined;
description?: string | undefined;
} | undefined;
nl?: {
label?: string | undefined;
description?: string | undefined;
} | undefined;
} | undefined;
} | undefined;
}>>;
};
formDesigner: {
label: {
description: string;
defaultMessage: string;
};
};
builderInfo: {
title: string;
icon: string;
schema: {
label: string;
description?: string | undefined;
openForms?: {
translations?: {
en?: {
label?: string | undefined;
description?: string | undefined;
} | undefined;
nl?: {
label?: string | undefined;
description?: string | undefined;
} | undefined;
} | undefined;
} | undefined;
key: string;
hidden?: boolean | undefined;
authPlugin: string;
id: string;
type: "coSign";
};
};
isDeprecated: true;
defaultValue: undefined;
holdsData: true;
};
export default _default;