export interface IViewComponentConfigureParams {
    [paramName: string]: any;
}
