UNPKG

afdi-ambition-fbim-fe

Version:

3D组态BIM编辑器

15 lines (14 loc) 286 B
/**手动补充扩展的api */ /** * return { APIName(data: IRequestType, config = {}): Promise<IResponseType> { return request({ url: `/api-url`, method: 'POST', data, ...config }) } } */ export declare function useExtApi(): {};