UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

12 lines (11 loc) 302 B
import React from 'react'; interface GenericSubordinateProps { fixColumns: any[]; source?: any; trClick?: () => void; subordinateElevae: number; colHide: boolean; subId: any; } declare const SubordinateTr: React.FC<GenericSubordinateProps>; export { SubordinateTr };