forked from vladotesanovic/ngSemantic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathng-semantic.d.ts
30 lines (30 loc) · 1.3 KB
/
ng-semantic.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 {
}