UNPKG

afdi-ambition-fbim-fe

Version:

3D组态BIM编辑器

11 lines (10 loc) 292 B
/**Component */ export declare function useComponentApi(): { /** * Component-获取自定义构件二进制数据 * @param data.exFileId exFileId */ Component_Download_exFileIdGET(data: { exFileId: number | string; }, config?: {}): Promise<ArrayBuffer>; };