You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 };
|
|
|