raain-ui 2.3.6 → 2.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1327 @@
1
+ export declare const style: {
2
+ version: number;
3
+ name: string;
4
+ metadata: {
5
+ 'mapbox:autocomposite': boolean;
6
+ 'mapbox:type': string;
7
+ 'maputnik:renderer': string;
8
+ 'openmaptiles:version': string;
9
+ 'openmaptiles:mapbox:owner': string;
10
+ 'openmaptiles:mapbox:source:url': string;
11
+ };
12
+ sources: {
13
+ openmaptiles: {
14
+ type: string;
15
+ url: string;
16
+ };
17
+ };
18
+ glyphs: string;
19
+ layers: ({
20
+ id: string;
21
+ paint: {
22
+ 'background-color': string;
23
+ 'fill-color'?: undefined;
24
+ 'fill-opacity'?: undefined;
25
+ 'fill-antialias'?: undefined;
26
+ 'line-color'?: undefined;
27
+ 'line-dasharray'?: undefined;
28
+ 'line-gap-width'?: undefined;
29
+ 'line-opacity'?: undefined;
30
+ 'line-width'?: undefined;
31
+ 'fill-outline-color'?: undefined;
32
+ 'text-color'?: undefined;
33
+ 'line-offset'?: undefined;
34
+ 'text-halo-blur'?: undefined;
35
+ 'text-halo-color'?: undefined;
36
+ 'text-halo-width'?: undefined;
37
+ };
38
+ type: string;
39
+ filter?: undefined;
40
+ source?: undefined;
41
+ 'source-layer'?: undefined;
42
+ layout?: undefined;
43
+ metadata?: undefined;
44
+ minzoom?: undefined;
45
+ maxzoom?: undefined;
46
+ } | {
47
+ filter: string[];
48
+ id: string;
49
+ paint: {
50
+ 'fill-color': string;
51
+ 'fill-opacity': number;
52
+ 'background-color'?: undefined;
53
+ 'fill-antialias'?: undefined;
54
+ 'line-color'?: undefined;
55
+ 'line-dasharray'?: undefined;
56
+ 'line-gap-width'?: undefined;
57
+ 'line-opacity'?: undefined;
58
+ 'line-width'?: undefined;
59
+ 'fill-outline-color'?: undefined;
60
+ 'text-color'?: undefined;
61
+ 'line-offset'?: undefined;
62
+ 'text-halo-blur'?: undefined;
63
+ 'text-halo-color'?: undefined;
64
+ 'text-halo-width'?: undefined;
65
+ };
66
+ source: string;
67
+ 'source-layer': string;
68
+ type: string;
69
+ layout?: undefined;
70
+ metadata?: undefined;
71
+ minzoom?: undefined;
72
+ maxzoom?: undefined;
73
+ } | {
74
+ filter: string[];
75
+ id: string;
76
+ paint: {
77
+ 'fill-color': string;
78
+ 'fill-opacity': {
79
+ base: number;
80
+ stops: number[][];
81
+ };
82
+ 'background-color'?: undefined;
83
+ 'fill-antialias'?: undefined;
84
+ 'line-color'?: undefined;
85
+ 'line-dasharray'?: undefined;
86
+ 'line-gap-width'?: undefined;
87
+ 'line-opacity'?: undefined;
88
+ 'line-width'?: undefined;
89
+ 'fill-outline-color'?: undefined;
90
+ 'text-color'?: undefined;
91
+ 'line-offset'?: undefined;
92
+ 'text-halo-blur'?: undefined;
93
+ 'text-halo-color'?: undefined;
94
+ 'text-halo-width'?: undefined;
95
+ };
96
+ source: string;
97
+ 'source-layer': string;
98
+ type: string;
99
+ layout?: undefined;
100
+ metadata?: undefined;
101
+ minzoom?: undefined;
102
+ maxzoom?: undefined;
103
+ } | {
104
+ filter: (string | (string | number)[])[];
105
+ id: string;
106
+ paint: {
107
+ 'fill-color': string;
108
+ 'background-color'?: undefined;
109
+ 'fill-opacity'?: undefined;
110
+ 'fill-antialias'?: undefined;
111
+ 'line-color'?: undefined;
112
+ 'line-dasharray'?: undefined;
113
+ 'line-gap-width'?: undefined;
114
+ 'line-opacity'?: undefined;
115
+ 'line-width'?: undefined;
116
+ 'fill-outline-color'?: undefined;
117
+ 'text-color'?: undefined;
118
+ 'line-offset'?: undefined;
119
+ 'text-halo-blur'?: undefined;
120
+ 'text-halo-color'?: undefined;
121
+ 'text-halo-width'?: undefined;
122
+ };
123
+ source: string;
124
+ 'source-layer': string;
125
+ type: string;
126
+ layout: {
127
+ visibility: string;
128
+ 'line-cap'?: undefined;
129
+ 'line-join'?: undefined;
130
+ 'text-field'?: undefined;
131
+ 'text-font'?: undefined;
132
+ 'text-size'?: undefined;
133
+ 'icon-size'?: undefined;
134
+ 'text-anchor'?: undefined;
135
+ 'text-max-width'?: undefined;
136
+ 'text-offset'?: undefined;
137
+ 'symbol-placement'?: undefined;
138
+ 'text-letter-spacing'?: undefined;
139
+ 'text-rotation-alignment'?: undefined;
140
+ 'text-transform'?: undefined;
141
+ };
142
+ metadata?: undefined;
143
+ minzoom?: undefined;
144
+ maxzoom?: undefined;
145
+ } | {
146
+ filter: (string | (string | number)[])[];
147
+ id: string;
148
+ paint: {
149
+ 'fill-color': string;
150
+ 'fill-opacity': number;
151
+ 'background-color'?: undefined;
152
+ 'fill-antialias'?: undefined;
153
+ 'line-color'?: undefined;
154
+ 'line-dasharray'?: undefined;
155
+ 'line-gap-width'?: undefined;
156
+ 'line-opacity'?: undefined;
157
+ 'line-width'?: undefined;
158
+ 'fill-outline-color'?: undefined;
159
+ 'text-color'?: undefined;
160
+ 'line-offset'?: undefined;
161
+ 'text-halo-blur'?: undefined;
162
+ 'text-halo-color'?: undefined;
163
+ 'text-halo-width'?: undefined;
164
+ };
165
+ source: string;
166
+ 'source-layer': string;
167
+ type: string;
168
+ layout: {
169
+ visibility: string;
170
+ 'line-cap'?: undefined;
171
+ 'line-join'?: undefined;
172
+ 'text-field'?: undefined;
173
+ 'text-font'?: undefined;
174
+ 'text-size'?: undefined;
175
+ 'icon-size'?: undefined;
176
+ 'text-anchor'?: undefined;
177
+ 'text-max-width'?: undefined;
178
+ 'text-offset'?: undefined;
179
+ 'symbol-placement'?: undefined;
180
+ 'text-letter-spacing'?: undefined;
181
+ 'text-rotation-alignment'?: undefined;
182
+ 'text-transform'?: undefined;
183
+ };
184
+ metadata?: undefined;
185
+ minzoom?: undefined;
186
+ maxzoom?: undefined;
187
+ } | {
188
+ filter: string[];
189
+ id: string;
190
+ layout: {
191
+ visibility: string;
192
+ 'line-cap'?: undefined;
193
+ 'line-join'?: undefined;
194
+ 'text-field'?: undefined;
195
+ 'text-font'?: undefined;
196
+ 'text-size'?: undefined;
197
+ 'icon-size'?: undefined;
198
+ 'text-anchor'?: undefined;
199
+ 'text-max-width'?: undefined;
200
+ 'text-offset'?: undefined;
201
+ 'symbol-placement'?: undefined;
202
+ 'text-letter-spacing'?: undefined;
203
+ 'text-rotation-alignment'?: undefined;
204
+ 'text-transform'?: undefined;
205
+ };
206
+ paint: {
207
+ 'fill-color': string;
208
+ 'fill-opacity': {
209
+ base: number;
210
+ stops: number[][];
211
+ };
212
+ 'background-color'?: undefined;
213
+ 'fill-antialias'?: undefined;
214
+ 'line-color'?: undefined;
215
+ 'line-dasharray'?: undefined;
216
+ 'line-gap-width'?: undefined;
217
+ 'line-opacity'?: undefined;
218
+ 'line-width'?: undefined;
219
+ 'fill-outline-color'?: undefined;
220
+ 'text-color'?: undefined;
221
+ 'line-offset'?: undefined;
222
+ 'text-halo-blur'?: undefined;
223
+ 'text-halo-color'?: undefined;
224
+ 'text-halo-width'?: undefined;
225
+ };
226
+ source: string;
227
+ 'source-layer': string;
228
+ type: string;
229
+ metadata?: undefined;
230
+ minzoom?: undefined;
231
+ maxzoom?: undefined;
232
+ } | {
233
+ filter: (string | string[])[];
234
+ id: string;
235
+ metadata: {
236
+ 'mapbox:group'?: undefined;
237
+ };
238
+ paint: {
239
+ 'fill-antialias': boolean;
240
+ 'fill-color': string;
241
+ 'fill-opacity': number;
242
+ 'background-color'?: undefined;
243
+ 'line-color'?: undefined;
244
+ 'line-dasharray'?: undefined;
245
+ 'line-gap-width'?: undefined;
246
+ 'line-opacity'?: undefined;
247
+ 'line-width'?: undefined;
248
+ 'fill-outline-color'?: undefined;
249
+ 'text-color'?: undefined;
250
+ 'line-offset'?: undefined;
251
+ 'text-halo-blur'?: undefined;
252
+ 'text-halo-color'?: undefined;
253
+ 'text-halo-width'?: undefined;
254
+ };
255
+ source: string;
256
+ 'source-layer': string;
257
+ type: string;
258
+ layout?: undefined;
259
+ minzoom?: undefined;
260
+ maxzoom?: undefined;
261
+ } | {
262
+ filter: (string | string[])[];
263
+ id: string;
264
+ paint: {
265
+ 'line-color': string;
266
+ 'line-dasharray': number[];
267
+ 'line-gap-width': {
268
+ stops: number[][];
269
+ base?: undefined;
270
+ };
271
+ 'line-opacity': number;
272
+ 'line-width': {
273
+ base: number;
274
+ stops: number[][];
275
+ };
276
+ 'background-color'?: undefined;
277
+ 'fill-color'?: undefined;
278
+ 'fill-opacity'?: undefined;
279
+ 'fill-antialias'?: undefined;
280
+ 'fill-outline-color'?: undefined;
281
+ 'text-color'?: undefined;
282
+ 'line-offset'?: undefined;
283
+ 'text-halo-blur'?: undefined;
284
+ 'text-halo-color'?: undefined;
285
+ 'text-halo-width'?: undefined;
286
+ };
287
+ source: string;
288
+ 'source-layer': string;
289
+ type: string;
290
+ layout: {
291
+ visibility: string;
292
+ 'line-cap'?: undefined;
293
+ 'line-join'?: undefined;
294
+ 'text-field'?: undefined;
295
+ 'text-font'?: undefined;
296
+ 'text-size'?: undefined;
297
+ 'icon-size'?: undefined;
298
+ 'text-anchor'?: undefined;
299
+ 'text-max-width'?: undefined;
300
+ 'text-offset'?: undefined;
301
+ 'symbol-placement'?: undefined;
302
+ 'text-letter-spacing'?: undefined;
303
+ 'text-rotation-alignment'?: undefined;
304
+ 'text-transform'?: undefined;
305
+ };
306
+ metadata?: undefined;
307
+ minzoom?: undefined;
308
+ maxzoom?: undefined;
309
+ } | {
310
+ filter: (string | (string | number)[])[];
311
+ id: string;
312
+ paint: {
313
+ 'line-color': string;
314
+ 'line-opacity': number;
315
+ 'line-width': {
316
+ base: number;
317
+ stops: number[][];
318
+ };
319
+ 'background-color'?: undefined;
320
+ 'fill-color'?: undefined;
321
+ 'fill-opacity'?: undefined;
322
+ 'fill-antialias'?: undefined;
323
+ 'line-dasharray'?: undefined;
324
+ 'line-gap-width'?: undefined;
325
+ 'fill-outline-color'?: undefined;
326
+ 'text-color'?: undefined;
327
+ 'line-offset'?: undefined;
328
+ 'text-halo-blur'?: undefined;
329
+ 'text-halo-color'?: undefined;
330
+ 'text-halo-width'?: undefined;
331
+ };
332
+ source: string;
333
+ 'source-layer': string;
334
+ type: string;
335
+ layout: {
336
+ visibility: string;
337
+ 'line-cap'?: undefined;
338
+ 'line-join'?: undefined;
339
+ 'text-field'?: undefined;
340
+ 'text-font'?: undefined;
341
+ 'text-size'?: undefined;
342
+ 'icon-size'?: undefined;
343
+ 'text-anchor'?: undefined;
344
+ 'text-max-width'?: undefined;
345
+ 'text-offset'?: undefined;
346
+ 'symbol-placement'?: undefined;
347
+ 'text-letter-spacing'?: undefined;
348
+ 'text-rotation-alignment'?: undefined;
349
+ 'text-transform'?: undefined;
350
+ };
351
+ metadata?: undefined;
352
+ minzoom?: undefined;
353
+ maxzoom?: undefined;
354
+ } | {
355
+ filter: (string | (string | number)[])[];
356
+ id: string;
357
+ paint: {
358
+ 'line-color': string;
359
+ 'line-opacity': number;
360
+ 'line-width': {
361
+ base: number;
362
+ stops: number[][];
363
+ };
364
+ 'line-dasharray': number[];
365
+ 'background-color'?: undefined;
366
+ 'fill-color'?: undefined;
367
+ 'fill-opacity'?: undefined;
368
+ 'fill-antialias'?: undefined;
369
+ 'line-gap-width'?: undefined;
370
+ 'fill-outline-color'?: undefined;
371
+ 'text-color'?: undefined;
372
+ 'line-offset'?: undefined;
373
+ 'text-halo-blur'?: undefined;
374
+ 'text-halo-color'?: undefined;
375
+ 'text-halo-width'?: undefined;
376
+ };
377
+ source: string;
378
+ 'source-layer': string;
379
+ type: string;
380
+ layout: {
381
+ visibility: string;
382
+ 'line-cap'?: undefined;
383
+ 'line-join'?: undefined;
384
+ 'text-field'?: undefined;
385
+ 'text-font'?: undefined;
386
+ 'text-size'?: undefined;
387
+ 'icon-size'?: undefined;
388
+ 'text-anchor'?: undefined;
389
+ 'text-max-width'?: undefined;
390
+ 'text-offset'?: undefined;
391
+ 'symbol-placement'?: undefined;
392
+ 'text-letter-spacing'?: undefined;
393
+ 'text-rotation-alignment'?: undefined;
394
+ 'text-transform'?: undefined;
395
+ };
396
+ metadata?: undefined;
397
+ minzoom?: undefined;
398
+ maxzoom?: undefined;
399
+ } | {
400
+ filter: (string | string[])[];
401
+ id: string;
402
+ layout: {
403
+ 'line-cap': string;
404
+ 'line-join': string;
405
+ visibility?: undefined;
406
+ 'text-field'?: undefined;
407
+ 'text-font'?: undefined;
408
+ 'text-size'?: undefined;
409
+ 'icon-size'?: undefined;
410
+ 'text-anchor'?: undefined;
411
+ 'text-max-width'?: undefined;
412
+ 'text-offset'?: undefined;
413
+ 'symbol-placement'?: undefined;
414
+ 'text-letter-spacing'?: undefined;
415
+ 'text-rotation-alignment'?: undefined;
416
+ 'text-transform'?: undefined;
417
+ };
418
+ minzoom: number;
419
+ paint: {
420
+ 'line-color': string;
421
+ 'line-dasharray': number[];
422
+ 'line-opacity': {
423
+ base: number;
424
+ stops: number[][];
425
+ };
426
+ 'background-color'?: undefined;
427
+ 'fill-color'?: undefined;
428
+ 'fill-opacity'?: undefined;
429
+ 'fill-antialias'?: undefined;
430
+ 'line-gap-width'?: undefined;
431
+ 'line-width'?: undefined;
432
+ 'fill-outline-color'?: undefined;
433
+ 'text-color'?: undefined;
434
+ 'line-offset'?: undefined;
435
+ 'text-halo-blur'?: undefined;
436
+ 'text-halo-color'?: undefined;
437
+ 'text-halo-width'?: undefined;
438
+ };
439
+ source: string;
440
+ 'source-layer': string;
441
+ type: string;
442
+ metadata?: undefined;
443
+ maxzoom?: undefined;
444
+ } | {
445
+ id: string;
446
+ paint: {
447
+ 'fill-antialias': boolean;
448
+ 'fill-color': string;
449
+ 'fill-opacity': {
450
+ base: number;
451
+ stops: number[][];
452
+ };
453
+ 'fill-outline-color': {
454
+ stops: (string | number)[][];
455
+ };
456
+ 'background-color'?: undefined;
457
+ 'line-color'?: undefined;
458
+ 'line-dasharray'?: undefined;
459
+ 'line-gap-width'?: undefined;
460
+ 'line-opacity'?: undefined;
461
+ 'line-width'?: undefined;
462
+ 'text-color'?: undefined;
463
+ 'line-offset'?: undefined;
464
+ 'text-halo-blur'?: undefined;
465
+ 'text-halo-color'?: undefined;
466
+ 'text-halo-width'?: undefined;
467
+ };
468
+ source: string;
469
+ 'source-layer': string;
470
+ type: string;
471
+ filter?: undefined;
472
+ layout?: undefined;
473
+ metadata?: undefined;
474
+ minzoom?: undefined;
475
+ maxzoom?: undefined;
476
+ } | {
477
+ filter: string[];
478
+ id: string;
479
+ layout: {
480
+ 'text-field': string;
481
+ 'text-font': string[];
482
+ 'text-size': number;
483
+ visibility?: undefined;
484
+ 'line-cap'?: undefined;
485
+ 'line-join'?: undefined;
486
+ 'icon-size'?: undefined;
487
+ 'text-anchor'?: undefined;
488
+ 'text-max-width'?: undefined;
489
+ 'text-offset'?: undefined;
490
+ 'symbol-placement'?: undefined;
491
+ 'text-letter-spacing'?: undefined;
492
+ 'text-rotation-alignment'?: undefined;
493
+ 'text-transform'?: undefined;
494
+ };
495
+ minzoom: number;
496
+ paint: {
497
+ 'text-color': string;
498
+ 'background-color'?: undefined;
499
+ 'fill-color'?: undefined;
500
+ 'fill-opacity'?: undefined;
501
+ 'fill-antialias'?: undefined;
502
+ 'line-color'?: undefined;
503
+ 'line-dasharray'?: undefined;
504
+ 'line-gap-width'?: undefined;
505
+ 'line-opacity'?: undefined;
506
+ 'line-width'?: undefined;
507
+ 'fill-outline-color'?: undefined;
508
+ 'line-offset'?: undefined;
509
+ 'text-halo-blur'?: undefined;
510
+ 'text-halo-color'?: undefined;
511
+ 'text-halo-width'?: undefined;
512
+ };
513
+ source: string;
514
+ 'source-layer': string;
515
+ type: string;
516
+ metadata?: undefined;
517
+ maxzoom?: undefined;
518
+ } | {
519
+ id: string;
520
+ type: string;
521
+ metadata: {
522
+ 'mapbox:group'?: undefined;
523
+ };
524
+ source: string;
525
+ 'source-layer': string;
526
+ filter: (string | string[])[];
527
+ layout: {
528
+ visibility: string;
529
+ 'line-cap'?: undefined;
530
+ 'line-join'?: undefined;
531
+ 'text-field'?: undefined;
532
+ 'text-font'?: undefined;
533
+ 'text-size'?: undefined;
534
+ 'icon-size'?: undefined;
535
+ 'text-anchor'?: undefined;
536
+ 'text-max-width'?: undefined;
537
+ 'text-offset'?: undefined;
538
+ 'symbol-placement'?: undefined;
539
+ 'text-letter-spacing'?: undefined;
540
+ 'text-rotation-alignment'?: undefined;
541
+ 'text-transform'?: undefined;
542
+ };
543
+ paint: {
544
+ 'fill-color': string;
545
+ 'fill-antialias': boolean;
546
+ 'background-color'?: undefined;
547
+ 'fill-opacity'?: undefined;
548
+ 'line-color'?: undefined;
549
+ 'line-dasharray'?: undefined;
550
+ 'line-gap-width'?: undefined;
551
+ 'line-opacity'?: undefined;
552
+ 'line-width'?: undefined;
553
+ 'fill-outline-color'?: undefined;
554
+ 'text-color'?: undefined;
555
+ 'line-offset'?: undefined;
556
+ 'text-halo-blur'?: undefined;
557
+ 'text-halo-color'?: undefined;
558
+ 'text-halo-width'?: undefined;
559
+ };
560
+ minzoom?: undefined;
561
+ maxzoom?: undefined;
562
+ } | {
563
+ id: string;
564
+ type: string;
565
+ metadata: {
566
+ 'mapbox:group'?: undefined;
567
+ };
568
+ source: string;
569
+ 'source-layer': string;
570
+ filter: (string | string[])[];
571
+ layout: {
572
+ 'line-cap': string;
573
+ 'line-join': string;
574
+ visibility?: undefined;
575
+ 'text-field'?: undefined;
576
+ 'text-font'?: undefined;
577
+ 'text-size'?: undefined;
578
+ 'icon-size'?: undefined;
579
+ 'text-anchor'?: undefined;
580
+ 'text-max-width'?: undefined;
581
+ 'text-offset'?: undefined;
582
+ 'symbol-placement'?: undefined;
583
+ 'text-letter-spacing'?: undefined;
584
+ 'text-rotation-alignment'?: undefined;
585
+ 'text-transform'?: undefined;
586
+ };
587
+ paint: {
588
+ 'line-color': string;
589
+ 'line-width': {
590
+ base: number;
591
+ stops: number[][];
592
+ };
593
+ 'background-color'?: undefined;
594
+ 'fill-color'?: undefined;
595
+ 'fill-opacity'?: undefined;
596
+ 'fill-antialias'?: undefined;
597
+ 'line-dasharray'?: undefined;
598
+ 'line-gap-width'?: undefined;
599
+ 'line-opacity'?: undefined;
600
+ 'fill-outline-color'?: undefined;
601
+ 'text-color'?: undefined;
602
+ 'line-offset'?: undefined;
603
+ 'text-halo-blur'?: undefined;
604
+ 'text-halo-color'?: undefined;
605
+ 'text-halo-width'?: undefined;
606
+ };
607
+ minzoom?: undefined;
608
+ maxzoom?: undefined;
609
+ } | {
610
+ filter: (string | string[])[];
611
+ id: string;
612
+ layout: {
613
+ visibility?: undefined;
614
+ 'line-cap'?: undefined;
615
+ 'line-join'?: undefined;
616
+ 'text-field'?: undefined;
617
+ 'text-font'?: undefined;
618
+ 'text-size'?: undefined;
619
+ 'icon-size'?: undefined;
620
+ 'text-anchor'?: undefined;
621
+ 'text-max-width'?: undefined;
622
+ 'text-offset'?: undefined;
623
+ 'symbol-placement'?: undefined;
624
+ 'text-letter-spacing'?: undefined;
625
+ 'text-rotation-alignment'?: undefined;
626
+ 'text-transform'?: undefined;
627
+ };
628
+ paint: {
629
+ 'fill-color': string;
630
+ 'fill-opacity': number;
631
+ 'background-color'?: undefined;
632
+ 'fill-antialias'?: undefined;
633
+ 'line-color'?: undefined;
634
+ 'line-dasharray'?: undefined;
635
+ 'line-gap-width'?: undefined;
636
+ 'line-opacity'?: undefined;
637
+ 'line-width'?: undefined;
638
+ 'fill-outline-color'?: undefined;
639
+ 'text-color'?: undefined;
640
+ 'line-offset'?: undefined;
641
+ 'text-halo-blur'?: undefined;
642
+ 'text-halo-color'?: undefined;
643
+ 'text-halo-width'?: undefined;
644
+ };
645
+ source: string;
646
+ 'source-layer': string;
647
+ type: string;
648
+ metadata?: undefined;
649
+ minzoom?: undefined;
650
+ maxzoom?: undefined;
651
+ } | {
652
+ filter: (string | string[])[];
653
+ id: string;
654
+ layout: {
655
+ 'line-cap': string;
656
+ 'line-join': string;
657
+ visibility?: undefined;
658
+ 'text-field'?: undefined;
659
+ 'text-font'?: undefined;
660
+ 'text-size'?: undefined;
661
+ 'icon-size'?: undefined;
662
+ 'text-anchor'?: undefined;
663
+ 'text-max-width'?: undefined;
664
+ 'text-offset'?: undefined;
665
+ 'symbol-placement'?: undefined;
666
+ 'text-letter-spacing'?: undefined;
667
+ 'text-rotation-alignment'?: undefined;
668
+ 'text-transform'?: undefined;
669
+ };
670
+ paint: {
671
+ 'line-color': string;
672
+ 'line-dasharray': number[];
673
+ 'line-width': {
674
+ base: number;
675
+ stops: number[][];
676
+ };
677
+ 'background-color'?: undefined;
678
+ 'fill-color'?: undefined;
679
+ 'fill-opacity'?: undefined;
680
+ 'fill-antialias'?: undefined;
681
+ 'line-gap-width'?: undefined;
682
+ 'line-opacity'?: undefined;
683
+ 'fill-outline-color'?: undefined;
684
+ 'text-color'?: undefined;
685
+ 'line-offset'?: undefined;
686
+ 'text-halo-blur'?: undefined;
687
+ 'text-halo-color'?: undefined;
688
+ 'text-halo-width'?: undefined;
689
+ };
690
+ source: string;
691
+ 'source-layer': string;
692
+ type: string;
693
+ metadata?: undefined;
694
+ minzoom?: undefined;
695
+ maxzoom?: undefined;
696
+ } | {
697
+ filter: (string | string[])[];
698
+ id: string;
699
+ layout: {
700
+ 'line-cap': string;
701
+ 'line-join': string;
702
+ visibility?: undefined;
703
+ 'text-field'?: undefined;
704
+ 'text-font'?: undefined;
705
+ 'text-size'?: undefined;
706
+ 'icon-size'?: undefined;
707
+ 'text-anchor'?: undefined;
708
+ 'text-max-width'?: undefined;
709
+ 'text-offset'?: undefined;
710
+ 'symbol-placement'?: undefined;
711
+ 'text-letter-spacing'?: undefined;
712
+ 'text-rotation-alignment'?: undefined;
713
+ 'text-transform'?: undefined;
714
+ };
715
+ paint: {
716
+ 'line-color': string;
717
+ 'line-width': {
718
+ base: number;
719
+ stops: number[][];
720
+ };
721
+ 'background-color'?: undefined;
722
+ 'fill-color'?: undefined;
723
+ 'fill-opacity'?: undefined;
724
+ 'fill-antialias'?: undefined;
725
+ 'line-dasharray'?: undefined;
726
+ 'line-gap-width'?: undefined;
727
+ 'line-opacity'?: undefined;
728
+ 'fill-outline-color'?: undefined;
729
+ 'text-color'?: undefined;
730
+ 'line-offset'?: undefined;
731
+ 'text-halo-blur'?: undefined;
732
+ 'text-halo-color'?: undefined;
733
+ 'text-halo-width'?: undefined;
734
+ };
735
+ source: string;
736
+ 'source-layer': string;
737
+ type: string;
738
+ minzoom: number;
739
+ metadata?: undefined;
740
+ maxzoom?: undefined;
741
+ } | {
742
+ filter: (string | string[])[];
743
+ id: string;
744
+ layout: {
745
+ visibility: string;
746
+ 'line-cap'?: undefined;
747
+ 'line-join'?: undefined;
748
+ 'text-field'?: undefined;
749
+ 'text-font'?: undefined;
750
+ 'text-size'?: undefined;
751
+ 'icon-size'?: undefined;
752
+ 'text-anchor'?: undefined;
753
+ 'text-max-width'?: undefined;
754
+ 'text-offset'?: undefined;
755
+ 'symbol-placement'?: undefined;
756
+ 'text-letter-spacing'?: undefined;
757
+ 'text-rotation-alignment'?: undefined;
758
+ 'text-transform'?: undefined;
759
+ };
760
+ metadata: {
761
+ 'mapbox:group': string;
762
+ };
763
+ minzoom: number;
764
+ paint: {
765
+ 'fill-color': string;
766
+ 'fill-opacity': {
767
+ base: number;
768
+ stops: number[][];
769
+ };
770
+ 'background-color'?: undefined;
771
+ 'fill-antialias'?: undefined;
772
+ 'line-color'?: undefined;
773
+ 'line-dasharray'?: undefined;
774
+ 'line-gap-width'?: undefined;
775
+ 'line-opacity'?: undefined;
776
+ 'line-width'?: undefined;
777
+ 'fill-outline-color'?: undefined;
778
+ 'text-color'?: undefined;
779
+ 'line-offset'?: undefined;
780
+ 'text-halo-blur'?: undefined;
781
+ 'text-halo-color'?: undefined;
782
+ 'text-halo-width'?: undefined;
783
+ };
784
+ source: string;
785
+ 'source-layer': string;
786
+ type: string;
787
+ maxzoom?: undefined;
788
+ } | {
789
+ filter: (string | string[])[];
790
+ id: string;
791
+ layout: {
792
+ 'line-cap': string;
793
+ 'line-join': string;
794
+ visibility: string;
795
+ 'text-field'?: undefined;
796
+ 'text-font'?: undefined;
797
+ 'text-size'?: undefined;
798
+ 'icon-size'?: undefined;
799
+ 'text-anchor'?: undefined;
800
+ 'text-max-width'?: undefined;
801
+ 'text-offset'?: undefined;
802
+ 'symbol-placement'?: undefined;
803
+ 'text-letter-spacing'?: undefined;
804
+ 'text-rotation-alignment'?: undefined;
805
+ 'text-transform'?: undefined;
806
+ };
807
+ metadata: {
808
+ 'mapbox:group': string;
809
+ };
810
+ minzoom: number;
811
+ paint: {
812
+ 'line-color': string;
813
+ 'line-opacity': number;
814
+ 'line-width': {
815
+ base: number;
816
+ stops: number[][];
817
+ };
818
+ 'background-color'?: undefined;
819
+ 'fill-color'?: undefined;
820
+ 'fill-opacity'?: undefined;
821
+ 'fill-antialias'?: undefined;
822
+ 'line-dasharray'?: undefined;
823
+ 'line-gap-width'?: undefined;
824
+ 'fill-outline-color'?: undefined;
825
+ 'text-color'?: undefined;
826
+ 'line-offset'?: undefined;
827
+ 'text-halo-blur'?: undefined;
828
+ 'text-halo-color'?: undefined;
829
+ 'text-halo-width'?: undefined;
830
+ };
831
+ source: string;
832
+ 'source-layer': string;
833
+ type: string;
834
+ maxzoom?: undefined;
835
+ } | {
836
+ filter: (string | string[])[];
837
+ id: string;
838
+ layout: {
839
+ 'line-cap': string;
840
+ 'line-join': string;
841
+ visibility?: undefined;
842
+ 'text-field'?: undefined;
843
+ 'text-font'?: undefined;
844
+ 'text-size'?: undefined;
845
+ 'icon-size'?: undefined;
846
+ 'text-anchor'?: undefined;
847
+ 'text-max-width'?: undefined;
848
+ 'text-offset'?: undefined;
849
+ 'symbol-placement'?: undefined;
850
+ 'text-letter-spacing'?: undefined;
851
+ 'text-rotation-alignment'?: undefined;
852
+ 'text-transform'?: undefined;
853
+ };
854
+ paint: {
855
+ 'line-color': string;
856
+ 'line-offset': number;
857
+ 'line-width': {
858
+ base: number;
859
+ stops: number[][];
860
+ };
861
+ 'background-color'?: undefined;
862
+ 'fill-color'?: undefined;
863
+ 'fill-opacity'?: undefined;
864
+ 'fill-antialias'?: undefined;
865
+ 'line-dasharray'?: undefined;
866
+ 'line-gap-width'?: undefined;
867
+ 'line-opacity'?: undefined;
868
+ 'fill-outline-color'?: undefined;
869
+ 'text-color'?: undefined;
870
+ 'text-halo-blur'?: undefined;
871
+ 'text-halo-color'?: undefined;
872
+ 'text-halo-width'?: undefined;
873
+ };
874
+ source: string;
875
+ 'source-layer': string;
876
+ type: string;
877
+ metadata?: undefined;
878
+ minzoom?: undefined;
879
+ maxzoom?: undefined;
880
+ } | {
881
+ filter: (string | string[])[];
882
+ id: string;
883
+ layout: {
884
+ visibility: string;
885
+ 'line-cap'?: undefined;
886
+ 'line-join'?: undefined;
887
+ 'text-field'?: undefined;
888
+ 'text-font'?: undefined;
889
+ 'text-size'?: undefined;
890
+ 'icon-size'?: undefined;
891
+ 'text-anchor'?: undefined;
892
+ 'text-max-width'?: undefined;
893
+ 'text-offset'?: undefined;
894
+ 'symbol-placement'?: undefined;
895
+ 'text-letter-spacing'?: undefined;
896
+ 'text-rotation-alignment'?: undefined;
897
+ 'text-transform'?: undefined;
898
+ };
899
+ paint: {
900
+ 'line-color': string;
901
+ 'line-opacity': {
902
+ base: number;
903
+ stops: number[][];
904
+ };
905
+ 'background-color'?: undefined;
906
+ 'fill-color'?: undefined;
907
+ 'fill-opacity'?: undefined;
908
+ 'fill-antialias'?: undefined;
909
+ 'line-dasharray'?: undefined;
910
+ 'line-gap-width'?: undefined;
911
+ 'line-width'?: undefined;
912
+ 'fill-outline-color'?: undefined;
913
+ 'text-color'?: undefined;
914
+ 'line-offset'?: undefined;
915
+ 'text-halo-blur'?: undefined;
916
+ 'text-halo-color'?: undefined;
917
+ 'text-halo-width'?: undefined;
918
+ };
919
+ source: string;
920
+ 'source-layer': string;
921
+ type: string;
922
+ metadata?: undefined;
923
+ minzoom?: undefined;
924
+ maxzoom?: undefined;
925
+ } | {
926
+ filter: (string | string[])[];
927
+ id: string;
928
+ layout: {
929
+ 'line-cap': string;
930
+ 'line-join': string;
931
+ visibility?: undefined;
932
+ 'text-field'?: undefined;
933
+ 'text-font'?: undefined;
934
+ 'text-size'?: undefined;
935
+ 'icon-size'?: undefined;
936
+ 'text-anchor'?: undefined;
937
+ 'text-max-width'?: undefined;
938
+ 'text-offset'?: undefined;
939
+ 'symbol-placement'?: undefined;
940
+ 'text-letter-spacing'?: undefined;
941
+ 'text-rotation-alignment'?: undefined;
942
+ 'text-transform'?: undefined;
943
+ };
944
+ paint: {
945
+ 'line-color': string;
946
+ 'line-gap-width': {
947
+ base: number;
948
+ stops: number[][];
949
+ };
950
+ 'line-width': {
951
+ base: number;
952
+ stops: number[][];
953
+ };
954
+ 'background-color'?: undefined;
955
+ 'fill-color'?: undefined;
956
+ 'fill-opacity'?: undefined;
957
+ 'fill-antialias'?: undefined;
958
+ 'line-dasharray'?: undefined;
959
+ 'line-opacity'?: undefined;
960
+ 'fill-outline-color'?: undefined;
961
+ 'text-color'?: undefined;
962
+ 'line-offset'?: undefined;
963
+ 'text-halo-blur'?: undefined;
964
+ 'text-halo-color'?: undefined;
965
+ 'text-halo-width'?: undefined;
966
+ };
967
+ source: string;
968
+ 'source-layer': string;
969
+ type: string;
970
+ metadata?: undefined;
971
+ minzoom?: undefined;
972
+ maxzoom?: undefined;
973
+ } | {
974
+ filter: (string | number)[];
975
+ id: string;
976
+ layout: {
977
+ visibility: string;
978
+ 'line-cap'?: undefined;
979
+ 'line-join'?: undefined;
980
+ 'text-field'?: undefined;
981
+ 'text-font'?: undefined;
982
+ 'text-size'?: undefined;
983
+ 'icon-size'?: undefined;
984
+ 'text-anchor'?: undefined;
985
+ 'text-max-width'?: undefined;
986
+ 'text-offset'?: undefined;
987
+ 'symbol-placement'?: undefined;
988
+ 'text-letter-spacing'?: undefined;
989
+ 'text-rotation-alignment'?: undefined;
990
+ 'text-transform'?: undefined;
991
+ };
992
+ paint: {
993
+ 'line-color': string;
994
+ 'line-dasharray': number[];
995
+ 'background-color'?: undefined;
996
+ 'fill-color'?: undefined;
997
+ 'fill-opacity'?: undefined;
998
+ 'fill-antialias'?: undefined;
999
+ 'line-gap-width'?: undefined;
1000
+ 'line-opacity'?: undefined;
1001
+ 'line-width'?: undefined;
1002
+ 'fill-outline-color'?: undefined;
1003
+ 'text-color'?: undefined;
1004
+ 'line-offset'?: undefined;
1005
+ 'text-halo-blur'?: undefined;
1006
+ 'text-halo-color'?: undefined;
1007
+ 'text-halo-width'?: undefined;
1008
+ };
1009
+ source: string;
1010
+ 'source-layer': string;
1011
+ type: string;
1012
+ metadata?: undefined;
1013
+ minzoom?: undefined;
1014
+ maxzoom?: undefined;
1015
+ } | {
1016
+ filter: (string | (string | number)[])[];
1017
+ id: string;
1018
+ layout: {
1019
+ 'line-cap': string;
1020
+ 'line-join': string;
1021
+ visibility?: undefined;
1022
+ 'text-field'?: undefined;
1023
+ 'text-font'?: undefined;
1024
+ 'text-size'?: undefined;
1025
+ 'icon-size'?: undefined;
1026
+ 'text-anchor'?: undefined;
1027
+ 'text-max-width'?: undefined;
1028
+ 'text-offset'?: undefined;
1029
+ 'symbol-placement'?: undefined;
1030
+ 'text-letter-spacing'?: undefined;
1031
+ 'text-rotation-alignment'?: undefined;
1032
+ 'text-transform'?: undefined;
1033
+ };
1034
+ paint: {
1035
+ 'line-color': string;
1036
+ 'line-width': {
1037
+ base: number;
1038
+ stops: number[][];
1039
+ };
1040
+ 'background-color'?: undefined;
1041
+ 'fill-color'?: undefined;
1042
+ 'fill-opacity'?: undefined;
1043
+ 'fill-antialias'?: undefined;
1044
+ 'line-dasharray'?: undefined;
1045
+ 'line-gap-width'?: undefined;
1046
+ 'line-opacity'?: undefined;
1047
+ 'fill-outline-color'?: undefined;
1048
+ 'text-color'?: undefined;
1049
+ 'line-offset'?: undefined;
1050
+ 'text-halo-blur'?: undefined;
1051
+ 'text-halo-color'?: undefined;
1052
+ 'text-halo-width'?: undefined;
1053
+ };
1054
+ source: string;
1055
+ 'source-layer': string;
1056
+ type: string;
1057
+ metadata?: undefined;
1058
+ minzoom?: undefined;
1059
+ maxzoom?: undefined;
1060
+ } | {
1061
+ filter: (string | (string | number)[])[];
1062
+ id: string;
1063
+ layout: {
1064
+ 'icon-size': number;
1065
+ 'text-anchor': string;
1066
+ 'text-field': string;
1067
+ 'text-font': string[];
1068
+ 'text-max-width': number;
1069
+ 'text-offset': number[];
1070
+ 'text-size': number;
1071
+ visibility: string;
1072
+ 'line-cap'?: undefined;
1073
+ 'line-join'?: undefined;
1074
+ 'symbol-placement'?: undefined;
1075
+ 'text-letter-spacing'?: undefined;
1076
+ 'text-rotation-alignment'?: undefined;
1077
+ 'text-transform'?: undefined;
1078
+ };
1079
+ minzoom: number;
1080
+ paint: {
1081
+ 'text-color': string;
1082
+ 'text-halo-blur': number;
1083
+ 'text-halo-color': string;
1084
+ 'text-halo-width': number;
1085
+ 'background-color'?: undefined;
1086
+ 'fill-color'?: undefined;
1087
+ 'fill-opacity'?: undefined;
1088
+ 'fill-antialias'?: undefined;
1089
+ 'line-color'?: undefined;
1090
+ 'line-dasharray'?: undefined;
1091
+ 'line-gap-width'?: undefined;
1092
+ 'line-opacity'?: undefined;
1093
+ 'line-width'?: undefined;
1094
+ 'fill-outline-color'?: undefined;
1095
+ 'line-offset'?: undefined;
1096
+ };
1097
+ source: string;
1098
+ 'source-layer': string;
1099
+ type: string;
1100
+ metadata?: undefined;
1101
+ maxzoom?: undefined;
1102
+ } | {
1103
+ filter: string[];
1104
+ id: string;
1105
+ layout: {
1106
+ 'symbol-placement': string;
1107
+ 'text-field': string;
1108
+ 'text-font': string[];
1109
+ 'text-letter-spacing': number;
1110
+ 'text-rotation-alignment': string;
1111
+ 'text-size': {
1112
+ base: number;
1113
+ stops: number[][];
1114
+ };
1115
+ 'text-transform': string;
1116
+ visibility?: undefined;
1117
+ 'line-cap'?: undefined;
1118
+ 'line-join'?: undefined;
1119
+ 'icon-size'?: undefined;
1120
+ 'text-anchor'?: undefined;
1121
+ 'text-max-width'?: undefined;
1122
+ 'text-offset'?: undefined;
1123
+ };
1124
+ paint: {
1125
+ 'text-color': string;
1126
+ 'text-halo-color': string;
1127
+ 'text-halo-width': number;
1128
+ 'background-color'?: undefined;
1129
+ 'fill-color'?: undefined;
1130
+ 'fill-opacity'?: undefined;
1131
+ 'fill-antialias'?: undefined;
1132
+ 'line-color'?: undefined;
1133
+ 'line-dasharray'?: undefined;
1134
+ 'line-gap-width'?: undefined;
1135
+ 'line-opacity'?: undefined;
1136
+ 'line-width'?: undefined;
1137
+ 'fill-outline-color'?: undefined;
1138
+ 'line-offset'?: undefined;
1139
+ 'text-halo-blur'?: undefined;
1140
+ };
1141
+ source: string;
1142
+ 'source-layer': string;
1143
+ type: string;
1144
+ metadata?: undefined;
1145
+ minzoom?: undefined;
1146
+ maxzoom?: undefined;
1147
+ } | {
1148
+ filter: (string | string[])[];
1149
+ id: string;
1150
+ layout: {
1151
+ 'text-anchor': string;
1152
+ 'text-field': string;
1153
+ 'text-font': string[];
1154
+ 'text-max-width': number;
1155
+ 'text-size': {
1156
+ stops: number[][];
1157
+ base?: undefined;
1158
+ };
1159
+ visibility: string;
1160
+ 'line-cap'?: undefined;
1161
+ 'line-join'?: undefined;
1162
+ 'icon-size'?: undefined;
1163
+ 'text-offset'?: undefined;
1164
+ 'symbol-placement'?: undefined;
1165
+ 'text-letter-spacing'?: undefined;
1166
+ 'text-rotation-alignment'?: undefined;
1167
+ 'text-transform'?: undefined;
1168
+ };
1169
+ minzoom: number;
1170
+ paint: {
1171
+ 'text-color': string;
1172
+ 'text-halo-blur': number;
1173
+ 'text-halo-color': string;
1174
+ 'text-halo-width': number;
1175
+ 'background-color'?: undefined;
1176
+ 'fill-color'?: undefined;
1177
+ 'fill-opacity'?: undefined;
1178
+ 'fill-antialias'?: undefined;
1179
+ 'line-color'?: undefined;
1180
+ 'line-dasharray'?: undefined;
1181
+ 'line-gap-width'?: undefined;
1182
+ 'line-opacity'?: undefined;
1183
+ 'line-width'?: undefined;
1184
+ 'fill-outline-color'?: undefined;
1185
+ 'line-offset'?: undefined;
1186
+ };
1187
+ source: string;
1188
+ 'source-layer': string;
1189
+ type: string;
1190
+ metadata?: undefined;
1191
+ maxzoom?: undefined;
1192
+ } | {
1193
+ filter: (string | string[])[];
1194
+ id: string;
1195
+ layout: {
1196
+ 'text-field': string;
1197
+ 'text-font': string[];
1198
+ 'text-max-width': number;
1199
+ 'text-size': {
1200
+ stops: number[][];
1201
+ base?: undefined;
1202
+ };
1203
+ visibility?: undefined;
1204
+ 'line-cap'?: undefined;
1205
+ 'line-join'?: undefined;
1206
+ 'icon-size'?: undefined;
1207
+ 'text-anchor'?: undefined;
1208
+ 'text-offset'?: undefined;
1209
+ 'symbol-placement'?: undefined;
1210
+ 'text-letter-spacing'?: undefined;
1211
+ 'text-rotation-alignment'?: undefined;
1212
+ 'text-transform'?: undefined;
1213
+ };
1214
+ maxzoom: number;
1215
+ paint: {
1216
+ 'text-color': string;
1217
+ 'text-halo-blur': number;
1218
+ 'text-halo-color': string;
1219
+ 'text-halo-width': number;
1220
+ 'background-color'?: undefined;
1221
+ 'fill-color'?: undefined;
1222
+ 'fill-opacity'?: undefined;
1223
+ 'fill-antialias'?: undefined;
1224
+ 'line-color'?: undefined;
1225
+ 'line-dasharray'?: undefined;
1226
+ 'line-gap-width'?: undefined;
1227
+ 'line-opacity'?: undefined;
1228
+ 'line-width'?: undefined;
1229
+ 'fill-outline-color'?: undefined;
1230
+ 'line-offset'?: undefined;
1231
+ };
1232
+ source: string;
1233
+ 'source-layer': string;
1234
+ type: string;
1235
+ metadata?: undefined;
1236
+ minzoom?: undefined;
1237
+ } | {
1238
+ filter: (string | string[])[];
1239
+ id: string;
1240
+ layout: {
1241
+ 'text-field': string;
1242
+ 'text-font': string[];
1243
+ 'text-max-width': number;
1244
+ 'text-size': {
1245
+ stops: number[][];
1246
+ base?: undefined;
1247
+ };
1248
+ visibility: string;
1249
+ 'line-cap'?: undefined;
1250
+ 'line-join'?: undefined;
1251
+ 'icon-size'?: undefined;
1252
+ 'text-anchor'?: undefined;
1253
+ 'text-offset'?: undefined;
1254
+ 'symbol-placement'?: undefined;
1255
+ 'text-letter-spacing'?: undefined;
1256
+ 'text-rotation-alignment'?: undefined;
1257
+ 'text-transform'?: undefined;
1258
+ };
1259
+ maxzoom: number;
1260
+ paint: {
1261
+ 'text-color': string;
1262
+ 'text-halo-blur': number;
1263
+ 'text-halo-color': string;
1264
+ 'text-halo-width': number;
1265
+ 'background-color'?: undefined;
1266
+ 'fill-color'?: undefined;
1267
+ 'fill-opacity'?: undefined;
1268
+ 'fill-antialias'?: undefined;
1269
+ 'line-color'?: undefined;
1270
+ 'line-dasharray'?: undefined;
1271
+ 'line-gap-width'?: undefined;
1272
+ 'line-opacity'?: undefined;
1273
+ 'line-width'?: undefined;
1274
+ 'fill-outline-color'?: undefined;
1275
+ 'line-offset'?: undefined;
1276
+ };
1277
+ source: string;
1278
+ 'source-layer': string;
1279
+ type: string;
1280
+ metadata?: undefined;
1281
+ minzoom?: undefined;
1282
+ } | {
1283
+ id: string;
1284
+ type: string;
1285
+ source: string;
1286
+ 'source-layer': string;
1287
+ layout: {
1288
+ visibility: string;
1289
+ 'line-cap'?: undefined;
1290
+ 'line-join'?: undefined;
1291
+ 'text-field'?: undefined;
1292
+ 'text-font'?: undefined;
1293
+ 'text-size'?: undefined;
1294
+ 'icon-size'?: undefined;
1295
+ 'text-anchor'?: undefined;
1296
+ 'text-max-width'?: undefined;
1297
+ 'text-offset'?: undefined;
1298
+ 'symbol-placement'?: undefined;
1299
+ 'text-letter-spacing'?: undefined;
1300
+ 'text-rotation-alignment'?: undefined;
1301
+ 'text-transform'?: undefined;
1302
+ };
1303
+ paint: {
1304
+ 'line-width': number;
1305
+ 'line-color': string;
1306
+ 'line-opacity': number;
1307
+ 'background-color'?: undefined;
1308
+ 'fill-color'?: undefined;
1309
+ 'fill-opacity'?: undefined;
1310
+ 'fill-antialias'?: undefined;
1311
+ 'line-dasharray'?: undefined;
1312
+ 'line-gap-width'?: undefined;
1313
+ 'fill-outline-color'?: undefined;
1314
+ 'text-color'?: undefined;
1315
+ 'line-offset'?: undefined;
1316
+ 'text-halo-blur'?: undefined;
1317
+ 'text-halo-color'?: undefined;
1318
+ 'text-halo-width'?: undefined;
1319
+ };
1320
+ filter?: undefined;
1321
+ metadata?: undefined;
1322
+ minzoom?: undefined;
1323
+ maxzoom?: undefined;
1324
+ })[];
1325
+ id: string;
1326
+ };
1327
+ export default style;