1 | // Type definitions for fomantic-ui 2.9
|
2 | // Project: https://github.com/fomantic/Fomantic-UI
|
3 | // Definitions by: Fomantic Team <https://github.com/fomantic>
|
4 |
|
5 | /// <reference types="jquery" />
|
6 |
|
7 | /// <reference path="fomantic-ui-accordion.d.ts" />
|
8 | /// <reference path="fomantic-ui-api.d.ts" />
|
9 | /// <reference path="fomantic-ui-calendar.d.ts" />
|
10 | /// <reference path="fomantic-ui-checkbox.d.ts" />
|
11 | /// <reference path="fomantic-ui-dimmer.d.ts" />
|
12 | /// <reference path="fomantic-ui-dimmer.d.ts" />
|
13 | /// <reference path="fomantic-ui-dropdown.d.ts" />
|
14 | /// <reference path="fomantic-ui-embed.d.ts" />
|
15 | /// <reference path="fomantic-ui-flyout.d.ts" />
|
16 | /// <reference path="fomantic-ui-form.d.ts" />
|
17 | /// <reference path="fomantic-ui-modal.d.ts" />
|
18 | /// <reference path="fomantic-ui-nag.d.ts" />
|
19 | /// <reference path="fomantic-ui-popup.d.ts" />
|
20 | /// <reference path="fomantic-ui-progress.d.ts" />
|
21 | /// <reference path="fomantic-ui-rating.d.ts" />
|
22 | /// <reference path="fomantic-ui-search.d.ts" />
|
23 | /// <reference path="fomantic-ui-shape.d.ts" />
|
24 | /// <reference path="fomantic-ui-sidebar.d.ts" />
|
25 | /// <reference path="fomantic-ui-slider.d.ts" />
|
26 | /// <reference path="fomantic-ui-sticky.d.ts" />
|
27 | /// <reference path="fomantic-ui-tab.d.ts" />
|
28 | /// <reference path="fomantic-ui-toast.d.ts" />
|
29 | /// <reference path="fomantic-ui-transition.d.ts" />
|
30 | /// <reference path="fomantic-ui-visibility.d.ts" />
|
31 |
|
32 | interface JQuery {
|
33 | accordion: FomanticUI.Accordion;
|
34 | api: FomanticUI.API;
|
35 | calendar: FomanticUI.Calendar;
|
36 | checkbox: FomanticUI.Checkbox;
|
37 | dimmer: FomanticUI.Dimmer;
|
38 | dropdown: FomanticUI.Dropdown;
|
39 | embed: FomanticUI.Embed;
|
40 | flyout: FomanticUI.Flyout;
|
41 | form: FomanticUI.Form;
|
42 | modal: FomanticUI.Modal;
|
43 | nag: FomanticUI.Nag;
|
44 | popup: FomanticUI.Popup;
|
45 | progress: FomanticUI.Progress;
|
46 | rating: FomanticUI.Rating;
|
47 | search: FomanticUI.Search;
|
48 | shape: FomanticUI.Shape;
|
49 | sidebar: FomanticUI.Sidebar;
|
50 | slider: FomanticUI.Slider;
|
51 | sticky: FomanticUI.Sticky;
|
52 | tab: FomanticUI.Tab;
|
53 | toast: FomanticUI.Toast;
|
54 | transition: FomanticUI.Transition;
|
55 | visibility: FomanticUI.Visibility;
|
56 | }
|
57 |
|
58 | interface JQueryStatic {
|
59 | api: FomanticUI.API;
|
60 | flyout: FomanticUI.Flyout;
|
61 | modal: FomanticUI.Modal;
|
62 | toast: FomanticUI.Toast;
|
63 | }
|