UNPKG

amis-model-design

Version:

amis模型设计器

14 lines (13 loc) 420 B
import { FormSchema } from '../../type'; import { GeneralDialectPlugin } from './General'; export declare class DMDialectPlugin extends GeneralDialectPlugin { static id: string; registerDatabaseDialectType(): { type: string; title: string; isRdbms: boolean; schemaLess: boolean; buildSettingForm: any; }; buildSettingForm(schema: FormSchema, env: string): void; }