export interface OptionsInterface { label?: string; value: string; children?: Array; disabled?: boolean; active?: boolean; [propName: string]: any; }