-
Notifications
You must be signed in to change notification settings - Fork 148
/
Copy pathng-semantic.d.ts
30 lines (30 loc) · 1.09 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 "./src/menu/menu";
export * from "./src/contextmenu/contextmenu";
export * from "./src/message/message";
export * from "./src/popup/tooltip";
export * from "./src/popup/popup";
export * from "./src/visibility/visibility";
export * from "./src/modal/modal";
export * from "./src/segment/segment";
export * from "./src/rating/rating";
export * from "./src/list/list";
export * from "./src/button/button";
export * from "./src/search/search";
export * from "./src/item/item";
export * from "./src/dropdown/dropdown";
export * from "./src/select/select";
export * from "./src/loader/loader";
export * from "./src/card/card";
export * from "./src/input/input";
export * from "./src/sidebar/sidebar";
export * from "./src/tab/tab";
export * from "./src/flag/flag";
export * from "./src/progress/progress";
export * from "./src/dimmer/dimmer";
export * from "./src/transition/transition";
export * from "./src/shape/shape";
export * from "./src/accordion/accordion";
export declare let SEMANTIC_COMPONENTS: Array<any>;
export declare let SEMANTIC_DIRECTIVES: Array<any>;
export declare class NgSemanticModule {
}