export interface NgDocTab {
    title: string;
    content: Element;
    icon?: string;
    active?: boolean;
}
