UNPKG

ng-semantic

Version:

Angular2 building blocks based on Semantic UI

31 lines (30 loc) 1.33 kB
export * from "./ng-semantic/menu/menu"; export * from "./ng-semantic/contextmenu/contextmenu"; export * from "./ng-semantic/message/message"; export * from "./ng-semantic/popup/tooltip"; export * from "./ng-semantic/popup/popup"; export * from "./ng-semantic/visibility/visibility"; export * from "./ng-semantic/modal/modal"; export * from "./ng-semantic/segment/segment"; export * from "./ng-semantic/rating/rating"; export * from "./ng-semantic/list/list"; export * from "./ng-semantic/button/button"; export * from "./ng-semantic/search/search"; export * from "./ng-semantic/item/item"; export * from "./ng-semantic/dropdown/dropdown"; export * from "./ng-semantic/select/select"; export * from "./ng-semantic/loader/loader"; export * from "./ng-semantic/card/card"; export * from "./ng-semantic/input/input"; export * from "./ng-semantic/sidebar/sidebar"; export * from "./ng-semantic/tab/tab"; export * from "./ng-semantic/flag/flag"; export * from "./ng-semantic/progress/progress"; export * from "./ng-semantic/dimmer/dimmer"; export * from "./ng-semantic/transition/transition"; export * from "./ng-semantic/shape/shape"; export * from "./ng-semantic/accordion/accordion"; export declare let SEMANTIC_COMPONENTS: Array<any>; export declare let SEMANTIC_DIRECTIVES: Array<any>; export declare class NgSemanticModule { }