-
Notifications
You must be signed in to change notification settings - Fork 2
/
bootstrap3.css.d.ts
762 lines (760 loc) · 27.6 KB
/
bootstrap3.css.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
/** Generated by [postcss-d-ts](https://github.com/askirmas/postcss-d-ts) */
declare const identifiersMap: CssIdentifiersMap
export default identifiersMap
export type CssIdentifiersMap = {
"active": string|undefined
"affix": string|undefined
"alert": string|undefined
"alert-danger": string|undefined
"alert-dismissable": string|undefined
"alert-dismissible": string|undefined
"alert-info": string|undefined
"alert-link": string|undefined
"alert-success": string|undefined
"alert-warning": string|undefined
"arrow": string|undefined
"badge": string|undefined
"bg-danger": string|undefined
"bg-info": string|undefined
"bg-primary": string|undefined
"bg-success": string|undefined
"bg-warning": string|undefined
"blockquote-reverse": string|undefined
"bottom": string|undefined
"bottom-left": string|undefined
"bottom-right": string|undefined
"breadcrumb": string|undefined
"btn": string|undefined
"btn-block": string|undefined
"btn-danger": string|undefined
"btn-default": string|undefined
"btn-group": string|undefined
"btn-group-justified": string|undefined
"btn-group-lg": string|undefined
"btn-group-sm": string|undefined
"btn-group-vertical": string|undefined
"btn-group-xs": string|undefined
"btn-info": string|undefined
"btn-lg": string|undefined
"btn-link": string|undefined
"btn-primary": string|undefined
"btn-sm": string|undefined
"btn-success": string|undefined
"btn-toolbar": string|undefined
"btn-warning": string|undefined
"btn-xs": string|undefined
"caption": string|undefined
"caret": string|undefined
"carousel": string|undefined
"carousel-caption": string|undefined
"carousel-control": string|undefined
"carousel-indicators": string|undefined
"carousel-inner": string|undefined
"center-block": string|undefined
"checkbox": string|undefined
"checkbox-inline": string|undefined
"clearfix": string|undefined
"close": string|undefined
"col-lg-1": string|undefined
"col-lg-10": string|undefined
"col-lg-11": string|undefined
"col-lg-12": string|undefined
"col-lg-2": string|undefined
"col-lg-3": string|undefined
"col-lg-4": string|undefined
"col-lg-5": string|undefined
"col-lg-6": string|undefined
"col-lg-7": string|undefined
"col-lg-8": string|undefined
"col-lg-9": string|undefined
"col-lg-offset-0": string|undefined
"col-lg-offset-1": string|undefined
"col-lg-offset-10": string|undefined
"col-lg-offset-11": string|undefined
"col-lg-offset-12": string|undefined
"col-lg-offset-2": string|undefined
"col-lg-offset-3": string|undefined
"col-lg-offset-4": string|undefined
"col-lg-offset-5": string|undefined
"col-lg-offset-6": string|undefined
"col-lg-offset-7": string|undefined
"col-lg-offset-8": string|undefined
"col-lg-offset-9": string|undefined
"col-lg-pull-0": string|undefined
"col-lg-pull-1": string|undefined
"col-lg-pull-10": string|undefined
"col-lg-pull-11": string|undefined
"col-lg-pull-12": string|undefined
"col-lg-pull-2": string|undefined
"col-lg-pull-3": string|undefined
"col-lg-pull-4": string|undefined
"col-lg-pull-5": string|undefined
"col-lg-pull-6": string|undefined
"col-lg-pull-7": string|undefined
"col-lg-pull-8": string|undefined
"col-lg-pull-9": string|undefined
"col-lg-push-0": string|undefined
"col-lg-push-1": string|undefined
"col-lg-push-10": string|undefined
"col-lg-push-11": string|undefined
"col-lg-push-12": string|undefined
"col-lg-push-2": string|undefined
"col-lg-push-3": string|undefined
"col-lg-push-4": string|undefined
"col-lg-push-5": string|undefined
"col-lg-push-6": string|undefined
"col-lg-push-7": string|undefined
"col-lg-push-8": string|undefined
"col-lg-push-9": string|undefined
"col-md-1": string|undefined
"col-md-10": string|undefined
"col-md-11": string|undefined
"col-md-12": string|undefined
"col-md-2": string|undefined
"col-md-3": string|undefined
"col-md-4": string|undefined
"col-md-5": string|undefined
"col-md-6": string|undefined
"col-md-7": string|undefined
"col-md-8": string|undefined
"col-md-9": string|undefined
"col-md-offset-0": string|undefined
"col-md-offset-1": string|undefined
"col-md-offset-10": string|undefined
"col-md-offset-11": string|undefined
"col-md-offset-12": string|undefined
"col-md-offset-2": string|undefined
"col-md-offset-3": string|undefined
"col-md-offset-4": string|undefined
"col-md-offset-5": string|undefined
"col-md-offset-6": string|undefined
"col-md-offset-7": string|undefined
"col-md-offset-8": string|undefined
"col-md-offset-9": string|undefined
"col-md-pull-0": string|undefined
"col-md-pull-1": string|undefined
"col-md-pull-10": string|undefined
"col-md-pull-11": string|undefined
"col-md-pull-12": string|undefined
"col-md-pull-2": string|undefined
"col-md-pull-3": string|undefined
"col-md-pull-4": string|undefined
"col-md-pull-5": string|undefined
"col-md-pull-6": string|undefined
"col-md-pull-7": string|undefined
"col-md-pull-8": string|undefined
"col-md-pull-9": string|undefined
"col-md-push-0": string|undefined
"col-md-push-1": string|undefined
"col-md-push-10": string|undefined
"col-md-push-11": string|undefined
"col-md-push-12": string|undefined
"col-md-push-2": string|undefined
"col-md-push-3": string|undefined
"col-md-push-4": string|undefined
"col-md-push-5": string|undefined
"col-md-push-6": string|undefined
"col-md-push-7": string|undefined
"col-md-push-8": string|undefined
"col-md-push-9": string|undefined
"col-sm-1": string|undefined
"col-sm-10": string|undefined
"col-sm-11": string|undefined
"col-sm-12": string|undefined
"col-sm-2": string|undefined
"col-sm-3": string|undefined
"col-sm-4": string|undefined
"col-sm-5": string|undefined
"col-sm-6": string|undefined
"col-sm-7": string|undefined
"col-sm-8": string|undefined
"col-sm-9": string|undefined
"col-sm-offset-0": string|undefined
"col-sm-offset-1": string|undefined
"col-sm-offset-10": string|undefined
"col-sm-offset-11": string|undefined
"col-sm-offset-12": string|undefined
"col-sm-offset-2": string|undefined
"col-sm-offset-3": string|undefined
"col-sm-offset-4": string|undefined
"col-sm-offset-5": string|undefined
"col-sm-offset-6": string|undefined
"col-sm-offset-7": string|undefined
"col-sm-offset-8": string|undefined
"col-sm-offset-9": string|undefined
"col-sm-pull-0": string|undefined
"col-sm-pull-1": string|undefined
"col-sm-pull-10": string|undefined
"col-sm-pull-11": string|undefined
"col-sm-pull-12": string|undefined
"col-sm-pull-2": string|undefined
"col-sm-pull-3": string|undefined
"col-sm-pull-4": string|undefined
"col-sm-pull-5": string|undefined
"col-sm-pull-6": string|undefined
"col-sm-pull-7": string|undefined
"col-sm-pull-8": string|undefined
"col-sm-pull-9": string|undefined
"col-sm-push-0": string|undefined
"col-sm-push-1": string|undefined
"col-sm-push-10": string|undefined
"col-sm-push-11": string|undefined
"col-sm-push-12": string|undefined
"col-sm-push-2": string|undefined
"col-sm-push-3": string|undefined
"col-sm-push-4": string|undefined
"col-sm-push-5": string|undefined
"col-sm-push-6": string|undefined
"col-sm-push-7": string|undefined
"col-sm-push-8": string|undefined
"col-sm-push-9": string|undefined
"col-xs-1": string|undefined
"col-xs-10": string|undefined
"col-xs-11": string|undefined
"col-xs-12": string|undefined
"col-xs-2": string|undefined
"col-xs-3": string|undefined
"col-xs-4": string|undefined
"col-xs-5": string|undefined
"col-xs-6": string|undefined
"col-xs-7": string|undefined
"col-xs-8": string|undefined
"col-xs-9": string|undefined
"col-xs-offset-0": string|undefined
"col-xs-offset-1": string|undefined
"col-xs-offset-10": string|undefined
"col-xs-offset-11": string|undefined
"col-xs-offset-12": string|undefined
"col-xs-offset-2": string|undefined
"col-xs-offset-3": string|undefined
"col-xs-offset-4": string|undefined
"col-xs-offset-5": string|undefined
"col-xs-offset-6": string|undefined
"col-xs-offset-7": string|undefined
"col-xs-offset-8": string|undefined
"col-xs-offset-9": string|undefined
"col-xs-pull-0": string|undefined
"col-xs-pull-1": string|undefined
"col-xs-pull-10": string|undefined
"col-xs-pull-11": string|undefined
"col-xs-pull-12": string|undefined
"col-xs-pull-2": string|undefined
"col-xs-pull-3": string|undefined
"col-xs-pull-4": string|undefined
"col-xs-pull-5": string|undefined
"col-xs-pull-6": string|undefined
"col-xs-pull-7": string|undefined
"col-xs-pull-8": string|undefined
"col-xs-pull-9": string|undefined
"col-xs-push-0": string|undefined
"col-xs-push-1": string|undefined
"col-xs-push-10": string|undefined
"col-xs-push-11": string|undefined
"col-xs-push-12": string|undefined
"col-xs-push-2": string|undefined
"col-xs-push-3": string|undefined
"col-xs-push-4": string|undefined
"col-xs-push-5": string|undefined
"col-xs-push-6": string|undefined
"col-xs-push-7": string|undefined
"col-xs-push-8": string|undefined
"col-xs-push-9": string|undefined
"collapse": string|undefined
"collapsing": string|undefined
"container": string|undefined
"container-fluid": string|undefined
"control-label": string|undefined
"danger": string|undefined
"disabled": string|undefined
"divider": string|undefined
"dl-horizontal": string|undefined
"dropdown": string|undefined
"dropdown-backdrop": string|undefined
"dropdown-header": string|undefined
"dropdown-menu": string|undefined
"dropdown-menu-left": string|undefined
"dropdown-menu-right": string|undefined
"dropdown-toggle": string|undefined
"dropup": string|undefined
"embed-responsive": string|undefined
"embed-responsive-16by9": string|undefined
"embed-responsive-4by3": string|undefined
"embed-responsive-item": string|undefined
"fade": string|undefined
"focus": string|undefined
"form-control": string|undefined
"form-control-feedback": string|undefined
"form-control-static": string|undefined
"form-group": string|undefined
"form-group-lg": string|undefined
"form-group-sm": string|undefined
"form-horizontal": string|undefined
"form-inline": string|undefined
"glyphicon": string|undefined
"glyphicon-adjust": string|undefined
"glyphicon-alert": string|undefined
"glyphicon-align-center": string|undefined
"glyphicon-align-justify": string|undefined
"glyphicon-align-left": string|undefined
"glyphicon-align-right": string|undefined
"glyphicon-apple": string|undefined
"glyphicon-arrow-down": string|undefined
"glyphicon-arrow-left": string|undefined
"glyphicon-arrow-right": string|undefined
"glyphicon-arrow-up": string|undefined
"glyphicon-asterisk": string|undefined
"glyphicon-baby-formula": string|undefined
"glyphicon-backward": string|undefined
"glyphicon-ban-circle": string|undefined
"glyphicon-barcode": string|undefined
"glyphicon-bed": string|undefined
"glyphicon-bell": string|undefined
"glyphicon-bishop": string|undefined
"glyphicon-bitcoin": string|undefined
"glyphicon-blackboard": string|undefined
"glyphicon-bold": string|undefined
"glyphicon-book": string|undefined
"glyphicon-bookmark": string|undefined
"glyphicon-briefcase": string|undefined
"glyphicon-btc": string|undefined
"glyphicon-bullhorn": string|undefined
"glyphicon-calendar": string|undefined
"glyphicon-camera": string|undefined
"glyphicon-cd": string|undefined
"glyphicon-certificate": string|undefined
"glyphicon-check": string|undefined
"glyphicon-chevron-down": string|undefined
"glyphicon-chevron-left": string|undefined
"glyphicon-chevron-right": string|undefined
"glyphicon-chevron-up": string|undefined
"glyphicon-circle-arrow-down": string|undefined
"glyphicon-circle-arrow-left": string|undefined
"glyphicon-circle-arrow-right": string|undefined
"glyphicon-circle-arrow-up": string|undefined
"glyphicon-cloud": string|undefined
"glyphicon-cloud-download": string|undefined
"glyphicon-cloud-upload": string|undefined
"glyphicon-cog": string|undefined
"glyphicon-collapse-down": string|undefined
"glyphicon-collapse-up": string|undefined
"glyphicon-comment": string|undefined
"glyphicon-compressed": string|undefined
"glyphicon-console": string|undefined
"glyphicon-copy": string|undefined
"glyphicon-copyright-mark": string|undefined
"glyphicon-credit-card": string|undefined
"glyphicon-cutlery": string|undefined
"glyphicon-dashboard": string|undefined
"glyphicon-download": string|undefined
"glyphicon-download-alt": string|undefined
"glyphicon-duplicate": string|undefined
"glyphicon-earphone": string|undefined
"glyphicon-edit": string|undefined
"glyphicon-education": string|undefined
"glyphicon-eject": string|undefined
"glyphicon-envelope": string|undefined
"glyphicon-equalizer": string|undefined
"glyphicon-erase": string|undefined
"glyphicon-eur": string|undefined
"glyphicon-euro": string|undefined
"glyphicon-exclamation-sign": string|undefined
"glyphicon-expand": string|undefined
"glyphicon-export": string|undefined
"glyphicon-eye-close": string|undefined
"glyphicon-eye-open": string|undefined
"glyphicon-facetime-video": string|undefined
"glyphicon-fast-backward": string|undefined
"glyphicon-fast-forward": string|undefined
"glyphicon-file": string|undefined
"glyphicon-film": string|undefined
"glyphicon-filter": string|undefined
"glyphicon-fire": string|undefined
"glyphicon-flag": string|undefined
"glyphicon-flash": string|undefined
"glyphicon-floppy-disk": string|undefined
"glyphicon-floppy-open": string|undefined
"glyphicon-floppy-remove": string|undefined
"glyphicon-floppy-save": string|undefined
"glyphicon-floppy-saved": string|undefined
"glyphicon-folder-close": string|undefined
"glyphicon-folder-open": string|undefined
"glyphicon-font": string|undefined
"glyphicon-forward": string|undefined
"glyphicon-fullscreen": string|undefined
"glyphicon-gbp": string|undefined
"glyphicon-gift": string|undefined
"glyphicon-glass": string|undefined
"glyphicon-globe": string|undefined
"glyphicon-grain": string|undefined
"glyphicon-hand-down": string|undefined
"glyphicon-hand-left": string|undefined
"glyphicon-hand-right": string|undefined
"glyphicon-hand-up": string|undefined
"glyphicon-hd-video": string|undefined
"glyphicon-hdd": string|undefined
"glyphicon-header": string|undefined
"glyphicon-headphones": string|undefined
"glyphicon-heart": string|undefined
"glyphicon-heart-empty": string|undefined
"glyphicon-home": string|undefined
"glyphicon-hourglass": string|undefined
"glyphicon-ice-lolly": string|undefined
"glyphicon-ice-lolly-tasted": string|undefined
"glyphicon-import": string|undefined
"glyphicon-inbox": string|undefined
"glyphicon-indent-left": string|undefined
"glyphicon-indent-right": string|undefined
"glyphicon-info-sign": string|undefined
"glyphicon-italic": string|undefined
"glyphicon-jpy": string|undefined
"glyphicon-king": string|undefined
"glyphicon-knight": string|undefined
"glyphicon-lamp": string|undefined
"glyphicon-leaf": string|undefined
"glyphicon-level-up": string|undefined
"glyphicon-link": string|undefined
"glyphicon-list": string|undefined
"glyphicon-list-alt": string|undefined
"glyphicon-lock": string|undefined
"glyphicon-log-in": string|undefined
"glyphicon-log-out": string|undefined
"glyphicon-magnet": string|undefined
"glyphicon-map-marker": string|undefined
"glyphicon-menu-down": string|undefined
"glyphicon-menu-hamburger": string|undefined
"glyphicon-menu-left": string|undefined
"glyphicon-menu-right": string|undefined
"glyphicon-menu-up": string|undefined
"glyphicon-minus": string|undefined
"glyphicon-minus-sign": string|undefined
"glyphicon-modal-window": string|undefined
"glyphicon-move": string|undefined
"glyphicon-music": string|undefined
"glyphicon-new-window": string|undefined
"glyphicon-object-align-bottom": string|undefined
"glyphicon-object-align-horizontal": string|undefined
"glyphicon-object-align-left": string|undefined
"glyphicon-object-align-right": string|undefined
"glyphicon-object-align-top": string|undefined
"glyphicon-object-align-vertical": string|undefined
"glyphicon-off": string|undefined
"glyphicon-oil": string|undefined
"glyphicon-ok": string|undefined
"glyphicon-ok-circle": string|undefined
"glyphicon-ok-sign": string|undefined
"glyphicon-open": string|undefined
"glyphicon-open-file": string|undefined
"glyphicon-option-horizontal": string|undefined
"glyphicon-option-vertical": string|undefined
"glyphicon-paperclip": string|undefined
"glyphicon-paste": string|undefined
"glyphicon-pause": string|undefined
"glyphicon-pawn": string|undefined
"glyphicon-pencil": string|undefined
"glyphicon-phone": string|undefined
"glyphicon-phone-alt": string|undefined
"glyphicon-picture": string|undefined
"glyphicon-piggy-bank": string|undefined
"glyphicon-plane": string|undefined
"glyphicon-play": string|undefined
"glyphicon-play-circle": string|undefined
"glyphicon-plus": string|undefined
"glyphicon-plus-sign": string|undefined
"glyphicon-print": string|undefined
"glyphicon-pushpin": string|undefined
"glyphicon-qrcode": string|undefined
"glyphicon-queen": string|undefined
"glyphicon-question-sign": string|undefined
"glyphicon-random": string|undefined
"glyphicon-record": string|undefined
"glyphicon-refresh": string|undefined
"glyphicon-registration-mark": string|undefined
"glyphicon-remove": string|undefined
"glyphicon-remove-circle": string|undefined
"glyphicon-remove-sign": string|undefined
"glyphicon-repeat": string|undefined
"glyphicon-resize-full": string|undefined
"glyphicon-resize-horizontal": string|undefined
"glyphicon-resize-small": string|undefined
"glyphicon-resize-vertical": string|undefined
"glyphicon-retweet": string|undefined
"glyphicon-road": string|undefined
"glyphicon-rub": string|undefined
"glyphicon-ruble": string|undefined
"glyphicon-save": string|undefined
"glyphicon-save-file": string|undefined
"glyphicon-saved": string|undefined
"glyphicon-scale": string|undefined
"glyphicon-scissors": string|undefined
"glyphicon-screenshot": string|undefined
"glyphicon-sd-video": string|undefined
"glyphicon-search": string|undefined
"glyphicon-send": string|undefined
"glyphicon-share": string|undefined
"glyphicon-share-alt": string|undefined
"glyphicon-shopping-cart": string|undefined
"glyphicon-signal": string|undefined
"glyphicon-sort": string|undefined
"glyphicon-sort-by-alphabet": string|undefined
"glyphicon-sort-by-alphabet-alt": string|undefined
"glyphicon-sort-by-attributes": string|undefined
"glyphicon-sort-by-attributes-alt": string|undefined
"glyphicon-sort-by-order": string|undefined
"glyphicon-sort-by-order-alt": string|undefined
"glyphicon-sound-5-1": string|undefined
"glyphicon-sound-6-1": string|undefined
"glyphicon-sound-7-1": string|undefined
"glyphicon-sound-dolby": string|undefined
"glyphicon-sound-stereo": string|undefined
"glyphicon-star": string|undefined
"glyphicon-star-empty": string|undefined
"glyphicon-stats": string|undefined
"glyphicon-step-backward": string|undefined
"glyphicon-step-forward": string|undefined
"glyphicon-stop": string|undefined
"glyphicon-subscript": string|undefined
"glyphicon-subtitles": string|undefined
"glyphicon-sunglasses": string|undefined
"glyphicon-superscript": string|undefined
"glyphicon-tag": string|undefined
"glyphicon-tags": string|undefined
"glyphicon-tasks": string|undefined
"glyphicon-tent": string|undefined
"glyphicon-text-background": string|undefined
"glyphicon-text-color": string|undefined
"glyphicon-text-height": string|undefined
"glyphicon-text-size": string|undefined
"glyphicon-text-width": string|undefined
"glyphicon-th": string|undefined
"glyphicon-th-large": string|undefined
"glyphicon-th-list": string|undefined
"glyphicon-thumbs-down": string|undefined
"glyphicon-thumbs-up": string|undefined
"glyphicon-time": string|undefined
"glyphicon-tint": string|undefined
"glyphicon-tower": string|undefined
"glyphicon-transfer": string|undefined
"glyphicon-trash": string|undefined
"glyphicon-tree-conifer": string|undefined
"glyphicon-tree-deciduous": string|undefined
"glyphicon-triangle-bottom": string|undefined
"glyphicon-triangle-left": string|undefined
"glyphicon-triangle-right": string|undefined
"glyphicon-triangle-top": string|undefined
"glyphicon-unchecked": string|undefined
"glyphicon-upload": string|undefined
"glyphicon-usd": string|undefined
"glyphicon-user": string|undefined
"glyphicon-volume-down": string|undefined
"glyphicon-volume-off": string|undefined
"glyphicon-volume-up": string|undefined
"glyphicon-warning-sign": string|undefined
"glyphicon-wrench": string|undefined
"glyphicon-xbt": string|undefined
"glyphicon-yen": string|undefined
"glyphicon-zoom-in": string|undefined
"glyphicon-zoom-out": string|undefined
"h1": string|undefined
"h2": string|undefined
"h3": string|undefined
"h4": string|undefined
"h5": string|undefined
"h6": string|undefined
"has-error": string|undefined
"has-feedback": string|undefined
"has-success": string|undefined
"has-warning": string|undefined
"help-block": string|undefined
"hidden": string|undefined
"hidden-lg": string|undefined
"hidden-md": string|undefined
"hidden-print": string|undefined
"hidden-sm": string|undefined
"hidden-xs": string|undefined
"hide": string|undefined
"icon-bar": string|undefined
"icon-next": string|undefined
"icon-prev": string|undefined
"img-circle": string|undefined
"img-responsive": string|undefined
"img-rounded": string|undefined
"img-thumbnail": string|undefined
"in": string|undefined
"info": string|undefined
"initialism": string|undefined
"input-group": string|undefined
"input-group-addon": string|undefined
"input-group-btn": string|undefined
"input-group-lg": string|undefined
"input-group-sm": string|undefined
"input-lg": string|undefined
"input-sm": string|undefined
"invisible": string|undefined
"item": string|undefined
"jumbotron": string|undefined
"label": string|undefined
"label-danger": string|undefined
"label-default": string|undefined
"label-info": string|undefined
"label-primary": string|undefined
"label-success": string|undefined
"label-warning": string|undefined
"lead": string|undefined
"left": string|undefined
"list-group": string|undefined
"list-group-item": string|undefined
"list-group-item-danger": string|undefined
"list-group-item-heading": string|undefined
"list-group-item-info": string|undefined
"list-group-item-success": string|undefined
"list-group-item-text": string|undefined
"list-group-item-warning": string|undefined
"list-inline": string|undefined
"list-unstyled": string|undefined
"mark": string|undefined
"media": string|undefined
"media-body": string|undefined
"media-bottom": string|undefined
"media-heading": string|undefined
"media-left": string|undefined
"media-list": string|undefined
"media-middle": string|undefined
"media-object": string|undefined
"media-right": string|undefined
"modal": string|undefined
"modal-backdrop": string|undefined
"modal-body": string|undefined
"modal-content": string|undefined
"modal-dialog": string|undefined
"modal-footer": string|undefined
"modal-header": string|undefined
"modal-lg": string|undefined
"modal-open": string|undefined
"modal-scrollbar-measure": string|undefined
"modal-sm": string|undefined
"modal-title": string|undefined
"nav": string|undefined
"nav-divider": string|undefined
"nav-justified": string|undefined
"nav-pills": string|undefined
"nav-stacked": string|undefined
"nav-tabs": string|undefined
"nav-tabs-justified": string|undefined
"navbar": string|undefined
"navbar-brand": string|undefined
"navbar-btn": string|undefined
"navbar-collapse": string|undefined
"navbar-default": string|undefined
"navbar-fixed-bottom": string|undefined
"navbar-fixed-top": string|undefined
"navbar-form": string|undefined
"navbar-header": string|undefined
"navbar-inverse": string|undefined
"navbar-left": string|undefined
"navbar-link": string|undefined
"navbar-nav": string|undefined
"navbar-right": string|undefined
"navbar-static-top": string|undefined
"navbar-text": string|undefined
"navbar-toggle": string|undefined
"next": string|undefined
"open": string|undefined
"page-header": string|undefined
"pager": string|undefined
"pagination": string|undefined
"pagination-lg": string|undefined
"pagination-sm": string|undefined
"panel": string|undefined
"panel-body": string|undefined
"panel-collapse": string|undefined
"panel-danger": string|undefined
"panel-default": string|undefined
"panel-footer": string|undefined
"panel-group": string|undefined
"panel-heading": string|undefined
"panel-info": string|undefined
"panel-primary": string|undefined
"panel-success": string|undefined
"panel-title": string|undefined
"panel-warning": string|undefined
"popover": string|undefined
"popover-content": string|undefined
"popover-title": string|undefined
"pre-scrollable": string|undefined
"prev": string|undefined
"previous": string|undefined
"progress": string|undefined
"progress-bar": string|undefined
"progress-bar-danger": string|undefined
"progress-bar-info": string|undefined
"progress-bar-striped": string|undefined
"progress-bar-success": string|undefined
"progress-bar-warning": string|undefined
"progress-striped": string|undefined
"pull-left": string|undefined
"pull-right": string|undefined
"radio": string|undefined
"radio-inline": string|undefined
"right": string|undefined
"row": string|undefined
"row-no-gutters": string|undefined
"show": string|undefined
"small": string|undefined
"sr-only": string|undefined
"sr-only-focusable": string|undefined
"success": string|undefined
"tab-content": string|undefined
"tab-pane": string|undefined
"table": string|undefined
"table-bordered": string|undefined
"table-condensed": string|undefined
"table-hover": string|undefined
"table-responsive": string|undefined
"table-striped": string|undefined
"text-capitalize": string|undefined
"text-center": string|undefined
"text-danger": string|undefined
"text-hide": string|undefined
"text-info": string|undefined
"text-justify": string|undefined
"text-left": string|undefined
"text-lowercase": string|undefined
"text-muted": string|undefined
"text-nowrap": string|undefined
"text-primary": string|undefined
"text-right": string|undefined
"text-success": string|undefined
"text-uppercase": string|undefined
"text-warning": string|undefined
"thumbnail": string|undefined
"tooltip": string|undefined
"tooltip-arrow": string|undefined
"tooltip-inner": string|undefined
"top": string|undefined
"top-left": string|undefined
"top-right": string|undefined
"visible-lg": string|undefined
"visible-lg-block": string|undefined
"visible-lg-inline": string|undefined
"visible-lg-inline-block": string|undefined
"visible-md": string|undefined
"visible-md-block": string|undefined
"visible-md-inline": string|undefined
"visible-md-inline-block": string|undefined
"visible-print": string|undefined
"visible-print-block": string|undefined
"visible-print-inline": string|undefined
"visible-print-inline-block": string|undefined
"visible-sm": string|undefined
"visible-sm-block": string|undefined
"visible-sm-inline": string|undefined
"visible-sm-inline-block": string|undefined
"visible-xs": string|undefined
"visible-xs-block": string|undefined
"visible-xs-inline": string|undefined
"visible-xs-inline-block": string|undefined
"warning": string|undefined
"well": string|undefined
"well-lg": string|undefined
"well-sm": string|undefined
}