@formio/core
Version:
The core Form.io renderering framework.
26 lines (25 loc) • 505 B
TypeScript
declare const _default: {
type: string;
tag: string;
className: string;
attrs: {
attr: string;
value: string;
}[];
components: ({
type: string;
tag: string;
content: string;
components?: undefined;
} | {
type: string;
tag: string;
components: {
type: string;
tag: string;
content: string;
}[];
content?: undefined;
})[];
};
export default _default;