UNPKG

@tachybase/plugin-block-step-form

Version:

Provides Step form card.

9 lines (8 loc) 311 B
import { ISchema } from '@tachybase/schema'; export declare const getSchemaStepFormBlockInitializer: ({ dataSource, collection, isEdit, isCusomeizeCreate, stepTitle, }: { dataSource?: string; collection: any; isEdit?: boolean; isCusomeizeCreate?: boolean; stepTitle?: string; }) => ISchema;