/** * Created by pengf on 5/11/2018. */ import { Type } from "@angular/core"; export * from "./operation.component"; export * from './operate'; export * from './operation.service'; export declare const OPERATION_DIRECTIVES: Type[];