export interface IMyDivHostElement {
    enabled: boolean;
    placeholder: string;
}
