UNPKG

@kushki/ng-suka

Version:

<p align="center"> <h1 align="center">Suka Components Angular</h1> <p align="center"> An Angular implementation of the Suka Design System </p> </p>

9 lines (8 loc) 398 B
import { Topbar } from './topbar.component'; import { TopbarGlobal } from './topbar-global.component'; import { TopbarNavigation } from './topbar-navigation.component'; import { TopbarItem } from './topbar-item.component'; import { TopbarMenu } from './topbar-menu.component'; declare class TopbarModule { } export { TopbarModule, Topbar, TopbarGlobal, TopbarNavigation, TopbarItem, TopbarMenu, };