fastlion-amis
Version:
一种MIS页面生成工具
17 lines (16 loc) • 449 B
TypeScript
import React from 'react';
import { SchemaApi } from '../../../../../../..';
interface RightAreaProps {
subSchemaApi?: SchemaApi;
subordinateQuantity?: number;
colHide?: boolean;
colSpan: number;
source: any;
subordOperate: any;
primaryOperate: any;
primaryElevae: number;
subordinateElevae: number;
childSource: any;
}
declare const RightArea: React.FC<RightAreaProps>;
export { RightArea };