@tachybase/plugin-block-step-form
Version:
Provides Step form card.
25 lines (24 loc) • 624 B
TypeScript
export declare const getSchemaViewStepTitle: ({ name, title, contentSchema }: {
name: any;
title: any;
contentSchema: any;
}) => {
type: string;
properties: {
[x: number]: {
type: string;
'x-decorator': string;
'x-component': string;
'x-component-props': {
style: {
paddingTop: string;
marginTop: string;
};
};
'x-toolbar': string;
'x-settings': string;
'x-template-uid': any;
'x-content': any;
};
};
};