export interface NgxBootstrapTreeviewContextMenuConfig {
    itemsClass?: string;
    containerClass?: string;
    hoveredItemClass?: string;
}
