UNPKG

@bos-alpha/data

Version:

数据管理

10 lines (9 loc) 287 B
interface PropsType { joinList: any[]; apiList: any[]; mainInfo: any; onCheckForm: () => void; setJoinList: (joinList: any[]) => void; } export declare const JoinsList: ({ joinList, apiList, mainInfo, onCheckForm, setJoinList }: PropsType) => JSX.Element; export {};