@taiga-ui/kit
Version:
Taiga UI Angular main components kit
10 lines (9 loc) • 374 B
TypeScript
export * from './tab.directive';
export * from './tab/tab.component';
export * from './tab/tab.providers';
export * from './tabs/tabs.component';
export * from './tabs.module';
export * from './tabs.const';
export * from './tabs-with-more/tabs-with-more.component';
export * from './tabs-with-more/tabs-with-more.providers';
export * from './underline/underline.component';