UNPKG

@gsp-cmp/ccmp-ui

Version:

CCMP UI Component Library for Angular

7 lines (6 loc) 319 B
import { GspComponent } from '@gsp-cmp/common-component'; import { ISerializeContext } from '@ecp-caf/common-structure'; export declare class ComponentConvertor { convertorToObject(entity: GspComponent, ctx: ISerializeContext): Object; initFromObject(obj: Object, ctx: ISerializeContext): GspComponent; }