/**
 * Created by jd on 04/07/2016.
 */
export interface IDynamicComponent
{
    className:string;
    path:string;
}