UNPKG

zorro-ext-subin

Version:
23 lines (22 loc) 1.58 kB
import { ModuleWithProviders } from '@angular/core'; import { NzRootConfig } from 'ng-zorro-antd'; export * from './upload/interface'; export { API } from './services/api'; export { GoodSelectModule, GoodSelectComponent } from './good-select/good-select.component'; export { NgZorroAntdModule } from 'ng-zorro-antd'; export { EchartsModule, EchartsDirective } from './echarts/echarts.component'; export { UIGridModule, UIGridComponent } from './ui-grid/ui-grid.component'; export { ShipperSelectModule, ShipperSelectComponent } from "./shipper-select/shipper-select.component"; export { GridIconModule, GridIconComponent } from './ui-grid/grid-icon.component'; export { YztUploadModule } from './upload/yzt-upload.module'; export { YztUploadComponent } from './upload/yzt-upload.component'; export { YZTViewerDirectiveModule, YZTViewerDirective } from './yzt-viewer/yzt-viewer.directive'; export { RepairGoodSelectModule, RepairGoodSelectComponent } from './repair-goods-select/repair-goods-select.component'; export { CneeSelectModule, CneeSelectComponent } from "./cnee-select/cnee-select.component"; export { MasterSelectModule, MasterSelectComponent } from "./master-select/master-select.component"; export { AreaSelectModule, AreaSelectComponent } from './area-select/area-select.component'; export { AbnormalSelectModule, AbnormalSelectComponent } from './abnormal-select/abnormal-select.component'; export { NzRootConfig } from 'ng-zorro-antd'; export declare class YztCustomModule { static forRoot(options?: NzRootConfig): ModuleWithProviders; }