UNPKG

fastlion-amis

Version:

一种MIS页面生成工具

9 lines (8 loc) 247 B
import React from 'react'; interface UnionImgProps { unionList: any[]; handleUnionImgShow: (show: boolean) => void; onClose: () => void; } declare const UnionImgContent: React.FC<UnionImgProps>; export default UnionImgContent;