export interface ICreateInput { parent: HTMLElement; name: string; type: string; }