7 lines
579 B
7 lines
579 B
/// <reference types="react" /> |
|
import { ExpertReportDetail } from './detail'; |
|
import { ExpertReportForm } from './form'; |
|
declare const ServiceExpertReportDetail: import("react").LazyExoticComponent<typeof import("./detail").default>; |
|
declare const ServiceExpertReportForm: import("react").LazyExoticComponent<typeof import("./form").default>; |
|
declare const ServiceExpertReportList: import("react").LazyExoticComponent<typeof import("./List").default>; |
|
export { ServiceExpertReportDetail, ServiceExpertReportForm, ServiceExpertReportList, ExpertReportDetail, ExpertReportForm };
|
|
|