@duoduo-oba/ng-devui
Version:
DevUI components based on Angular
11 lines (10 loc) • 327 B
TypeScript
import { TabContentDirective } from './tab-content.directive';
import { TabTitleDirective } from './tab-title.directive';
export declare class TabComponent {
tabId?: string;
id: number | string;
title: string;
disabled: boolean;
contentTpl: TabContentDirective;
titleTpl: TabTitleDirective;
}