fastlion-amis
Version:
一种MIS页面生成工具
16 lines (15 loc) • 418 B
TypeScript
import React from 'react';
import { SchemaApi } from '../../../../../../..';
interface LeftAreaProps {
subSchemaApi?: SchemaApi;
subordinateQuantity?: number;
colHide?: boolean;
colSpan?: number;
checked: boolean;
primaryElevae: number;
subordinateElevae: number;
trClick: any;
primaryKey: any;
}
declare const LeftArea: React.FC<LeftAreaProps>;
export { LeftArea };