@visitscotland/component-library 5.15.4 → 5.16.1

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.
@@ -1,664 +1,26 @@
1
- declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
2
- BCard: {
3
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
4
- variant: {
5
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
6
- default: null;
7
- };
8
- tag: {
9
- type: import('vue').PropType<string>;
10
- default: string;
11
- };
12
- align: {
13
- type: import('vue').PropType<import('bootstrap-vue-next').AlignmentTextHorizontal>;
14
- default: undefined;
15
- };
16
- bodyBgVariant: {
17
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
18
- default: undefined;
19
- };
20
- bodyClass: {
21
- type: import('vue').PropType<any>;
22
- default: undefined;
23
- };
24
- bodyTag: {
25
- type: import('vue').PropType<string>;
26
- default: string;
27
- };
28
- bodyText: {
29
- type: import('vue').PropType<string>;
30
- default: string;
31
- };
32
- bodyTextVariant: {
33
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
34
- default: undefined;
35
- };
36
- borderVariant: {
37
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
38
- default: null;
39
- };
40
- footer: {
41
- type: import('vue').PropType<string>;
42
- default: undefined;
43
- };
44
- footerBgVariant: {
45
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
46
- default: undefined;
47
- };
48
- footerBorderVariant: {
49
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
50
- default: undefined;
51
- };
52
- footerClass: {
53
- type: import('vue').PropType<any>;
54
- default: undefined;
55
- };
56
- footerHtml: {
57
- type: import('vue').PropType<string>;
58
- default: string;
59
- };
60
- footerTag: {
61
- type: import('vue').PropType<string>;
62
- default: string;
63
- };
64
- footerTextVariant: {
65
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
66
- default: undefined;
67
- };
68
- footerVariant: {
69
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
70
- default: null;
71
- };
72
- header: {
73
- type: import('vue').PropType<string>;
74
- default: undefined;
75
- };
76
- headerBgVariant: {
77
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
78
- default: undefined;
79
- };
80
- headerBorderVariant: {
81
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
82
- default: undefined;
83
- };
84
- headerClass: {
85
- type: import('vue').PropType<any>;
86
- default: undefined;
87
- };
88
- headerHtml: {
89
- type: import('vue').PropType<string>;
90
- default: string;
91
- };
92
- headerTag: {
93
- type: import('vue').PropType<string>;
94
- default: string;
95
- };
96
- headerTextVariant: {
97
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
98
- default: undefined;
99
- };
100
- headerVariant: {
101
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
102
- default: null;
103
- };
104
- imgAlt: {
105
- type: import('vue').PropType<string>;
106
- default: undefined;
107
- };
108
- imgBottom: {
109
- type: import('vue').PropType<boolean>;
110
- default: boolean;
111
- };
112
- imgEnd: {
113
- type: import('vue').PropType<boolean>;
114
- default: boolean;
115
- };
116
- imgHeight: {
117
- type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
118
- default: undefined;
119
- };
120
- imgSrc: {
121
- type: import('vue').PropType<string>;
122
- default: undefined;
123
- };
124
- imgStart: {
125
- type: import('vue').PropType<boolean>;
126
- default: boolean;
127
- };
128
- imgTop: {
129
- type: import('vue').PropType<boolean>;
130
- default: boolean;
131
- };
132
- imgWidth: {
133
- type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
134
- default: undefined;
135
- };
136
- noBody: {
137
- type: import('vue').PropType<boolean>;
138
- default: boolean;
139
- };
140
- overlay: {
141
- type: import('vue').PropType<boolean>;
142
- default: boolean;
143
- };
144
- subtitle: {
145
- type: import('vue').PropType<string>;
146
- default: undefined;
147
- };
148
- subtitleTag: {
149
- type: import('vue').PropType<string>;
150
- default: string;
151
- };
152
- subtitleTextVariant: {
153
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
154
- default: string;
155
- };
156
- title: {
157
- type: import('vue').PropType<string>;
158
- default: undefined;
159
- };
160
- titleTag: {
161
- type: import('vue').PropType<string>;
162
- default: string;
163
- };
164
- bgVariant: {
165
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
166
- default: null;
167
- };
168
- textVariant: {
169
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
170
- default: null;
171
- };
172
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
173
- tag: string;
174
- title: string;
175
- footer: string;
176
- header: string;
177
- align: import('bootstrap-vue-next').AlignmentTextHorizontal;
178
- variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
179
- overlay: boolean;
180
- bodyClass: any;
181
- headerClass: any;
182
- headerTag: string;
183
- bgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
184
- textVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
185
- bodyBgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
186
- bodyTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
187
- footerBgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
188
- footerBorderVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
189
- footerClass: any;
190
- footerTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
191
- footerVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
192
- headerBgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
193
- headerBorderVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
194
- headerTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
195
- headerVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
196
- titleTag: string;
197
- borderVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
198
- subtitle: string;
199
- subtitleTag: string;
200
- subtitleTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
201
- bodyTag: string;
202
- bodyText: string;
203
- footerHtml: string;
204
- footerTag: string;
205
- headerHtml: string;
206
- imgAlt: string;
207
- imgBottom: boolean;
208
- imgEnd: boolean;
209
- imgHeight: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
210
- imgSrc: string;
211
- imgStart: boolean;
212
- imgTop: boolean;
213
- imgWidth: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
214
- noBody: boolean;
215
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
216
- P: {};
217
- B: {};
218
- D: {};
219
- C: {};
220
- M: {};
221
- Defaults: {};
222
- }, Readonly<import('vue').ExtractPropTypes<{
223
- variant: {
224
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
225
- default: null;
226
- };
227
- tag: {
228
- type: import('vue').PropType<string>;
229
- default: string;
230
- };
231
- align: {
232
- type: import('vue').PropType<import('bootstrap-vue-next').AlignmentTextHorizontal>;
233
- default: undefined;
234
- };
235
- bodyBgVariant: {
236
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
237
- default: undefined;
238
- };
239
- bodyClass: {
240
- type: import('vue').PropType<any>;
241
- default: undefined;
242
- };
243
- bodyTag: {
244
- type: import('vue').PropType<string>;
245
- default: string;
246
- };
247
- bodyText: {
248
- type: import('vue').PropType<string>;
249
- default: string;
250
- };
251
- bodyTextVariant: {
252
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
253
- default: undefined;
254
- };
255
- borderVariant: {
256
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
257
- default: null;
258
- };
259
- footer: {
260
- type: import('vue').PropType<string>;
261
- default: undefined;
262
- };
263
- footerBgVariant: {
264
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
265
- default: undefined;
266
- };
267
- footerBorderVariant: {
268
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
269
- default: undefined;
270
- };
271
- footerClass: {
272
- type: import('vue').PropType<any>;
273
- default: undefined;
274
- };
275
- footerHtml: {
276
- type: import('vue').PropType<string>;
277
- default: string;
278
- };
279
- footerTag: {
280
- type: import('vue').PropType<string>;
281
- default: string;
282
- };
283
- footerTextVariant: {
284
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
285
- default: undefined;
286
- };
287
- footerVariant: {
288
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
289
- default: null;
290
- };
291
- header: {
292
- type: import('vue').PropType<string>;
293
- default: undefined;
294
- };
295
- headerBgVariant: {
296
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
297
- default: undefined;
298
- };
299
- headerBorderVariant: {
300
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
301
- default: undefined;
302
- };
303
- headerClass: {
304
- type: import('vue').PropType<any>;
305
- default: undefined;
306
- };
307
- headerHtml: {
308
- type: import('vue').PropType<string>;
309
- default: string;
310
- };
311
- headerTag: {
312
- type: import('vue').PropType<string>;
313
- default: string;
314
- };
315
- headerTextVariant: {
316
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
317
- default: undefined;
318
- };
319
- headerVariant: {
320
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
321
- default: null;
322
- };
323
- imgAlt: {
324
- type: import('vue').PropType<string>;
325
- default: undefined;
326
- };
327
- imgBottom: {
328
- type: import('vue').PropType<boolean>;
329
- default: boolean;
330
- };
331
- imgEnd: {
332
- type: import('vue').PropType<boolean>;
333
- default: boolean;
334
- };
335
- imgHeight: {
336
- type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
337
- default: undefined;
338
- };
339
- imgSrc: {
340
- type: import('vue').PropType<string>;
341
- default: undefined;
342
- };
343
- imgStart: {
344
- type: import('vue').PropType<boolean>;
345
- default: boolean;
346
- };
347
- imgTop: {
348
- type: import('vue').PropType<boolean>;
349
- default: boolean;
350
- };
351
- imgWidth: {
352
- type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
353
- default: undefined;
354
- };
355
- noBody: {
356
- type: import('vue').PropType<boolean>;
357
- default: boolean;
358
- };
359
- overlay: {
360
- type: import('vue').PropType<boolean>;
361
- default: boolean;
362
- };
363
- subtitle: {
364
- type: import('vue').PropType<string>;
365
- default: undefined;
366
- };
367
- subtitleTag: {
368
- type: import('vue').PropType<string>;
369
- default: string;
370
- };
371
- subtitleTextVariant: {
372
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
373
- default: string;
374
- };
375
- title: {
376
- type: import('vue').PropType<string>;
377
- default: undefined;
378
- };
379
- titleTag: {
380
- type: import('vue').PropType<string>;
381
- default: string;
382
- };
383
- bgVariant: {
384
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
385
- default: null;
386
- };
387
- textVariant: {
388
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
389
- default: null;
390
- };
391
- }>>, {}, {}, {}, {}, {
392
- tag: string;
393
- title: string;
394
- footer: string;
395
- header: string;
396
- align: import('bootstrap-vue-next').AlignmentTextHorizontal;
397
- variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
398
- overlay: boolean;
399
- bodyClass: any;
400
- headerClass: any;
401
- headerTag: string;
402
- bgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
403
- textVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
404
- bodyBgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
405
- bodyTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
406
- footerBgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
407
- footerBorderVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
408
- footerClass: any;
409
- footerTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
410
- footerVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
411
- headerBgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
412
- headerBorderVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
413
- headerTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
414
- headerVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
415
- titleTag: string;
416
- borderVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
417
- subtitle: string;
418
- subtitleTag: string;
419
- subtitleTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
420
- bodyTag: string;
421
- bodyText: string;
422
- footerHtml: string;
423
- footerTag: string;
424
- headerHtml: string;
425
- imgAlt: string;
426
- imgBottom: boolean;
427
- imgEnd: boolean;
428
- imgHeight: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
429
- imgSrc: string;
430
- imgStart: boolean;
431
- imgTop: boolean;
432
- imgWidth: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
433
- noBody: boolean;
434
- }>;
435
- __isFragment?: never;
436
- __isTeleport?: never;
437
- __isSuspense?: never;
438
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
439
- variant: {
440
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
441
- default: null;
442
- };
443
- tag: {
444
- type: import('vue').PropType<string>;
445
- default: string;
446
- };
447
- align: {
448
- type: import('vue').PropType<import('bootstrap-vue-next').AlignmentTextHorizontal>;
449
- default: undefined;
450
- };
451
- bodyBgVariant: {
452
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
453
- default: undefined;
454
- };
455
- bodyClass: {
456
- type: import('vue').PropType<any>;
457
- default: undefined;
458
- };
459
- bodyTag: {
460
- type: import('vue').PropType<string>;
461
- default: string;
462
- };
463
- bodyText: {
464
- type: import('vue').PropType<string>;
465
- default: string;
466
- };
467
- bodyTextVariant: {
468
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
469
- default: undefined;
470
- };
471
- borderVariant: {
472
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
473
- default: null;
474
- };
475
- footer: {
476
- type: import('vue').PropType<string>;
477
- default: undefined;
478
- };
479
- footerBgVariant: {
480
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
481
- default: undefined;
482
- };
483
- footerBorderVariant: {
484
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
485
- default: undefined;
486
- };
487
- footerClass: {
488
- type: import('vue').PropType<any>;
489
- default: undefined;
490
- };
491
- footerHtml: {
492
- type: import('vue').PropType<string>;
493
- default: string;
494
- };
495
- footerTag: {
496
- type: import('vue').PropType<string>;
497
- default: string;
498
- };
499
- footerTextVariant: {
500
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
501
- default: undefined;
502
- };
503
- footerVariant: {
504
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
505
- default: null;
506
- };
507
- header: {
508
- type: import('vue').PropType<string>;
509
- default: undefined;
510
- };
511
- headerBgVariant: {
512
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
513
- default: undefined;
514
- };
515
- headerBorderVariant: {
516
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
517
- default: undefined;
518
- };
519
- headerClass: {
520
- type: import('vue').PropType<any>;
521
- default: undefined;
522
- };
523
- headerHtml: {
524
- type: import('vue').PropType<string>;
525
- default: string;
526
- };
527
- headerTag: {
528
- type: import('vue').PropType<string>;
529
- default: string;
530
- };
531
- headerTextVariant: {
532
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
533
- default: undefined;
534
- };
535
- headerVariant: {
536
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
537
- default: null;
538
- };
539
- imgAlt: {
540
- type: import('vue').PropType<string>;
541
- default: undefined;
542
- };
543
- imgBottom: {
544
- type: import('vue').PropType<boolean>;
545
- default: boolean;
546
- };
547
- imgEnd: {
548
- type: import('vue').PropType<boolean>;
549
- default: boolean;
550
- };
551
- imgHeight: {
552
- type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
553
- default: undefined;
554
- };
555
- imgSrc: {
556
- type: import('vue').PropType<string>;
557
- default: undefined;
558
- };
559
- imgStart: {
560
- type: import('vue').PropType<boolean>;
561
- default: boolean;
562
- };
563
- imgTop: {
564
- type: import('vue').PropType<boolean>;
565
- default: boolean;
566
- };
567
- imgWidth: {
568
- type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
569
- default: undefined;
570
- };
571
- noBody: {
572
- type: import('vue').PropType<boolean>;
573
- default: boolean;
574
- };
575
- overlay: {
576
- type: import('vue').PropType<boolean>;
577
- default: boolean;
578
- };
579
- subtitle: {
580
- type: import('vue').PropType<string>;
581
- default: undefined;
582
- };
583
- subtitleTag: {
584
- type: import('vue').PropType<string>;
585
- default: string;
586
- };
587
- subtitleTextVariant: {
588
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
589
- default: string;
590
- };
591
- title: {
592
- type: import('vue').PropType<string>;
593
- default: undefined;
594
- };
595
- titleTag: {
596
- type: import('vue').PropType<string>;
597
- default: string;
598
- };
599
- bgVariant: {
600
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant>;
601
- default: null;
602
- };
603
- textVariant: {
604
- type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseTextColorVariant>;
605
- default: null;
606
- };
607
- }>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
608
- tag: string;
609
- title: string;
610
- footer: string;
611
- header: string;
612
- align: import('bootstrap-vue-next').AlignmentTextHorizontal;
613
- variant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
614
- overlay: boolean;
615
- bodyClass: any;
616
- headerClass: any;
617
- headerTag: string;
618
- bgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
619
- textVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
620
- bodyBgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
621
- bodyTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
622
- footerBgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
623
- footerBorderVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
624
- footerClass: any;
625
- footerTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
626
- footerVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
627
- headerBgVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
628
- headerBorderVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
629
- headerTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
630
- headerVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
631
- titleTag: string;
632
- borderVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
633
- subtitle: string;
634
- subtitleTag: string;
635
- subtitleTextVariant: keyof import('bootstrap-vue-next').BaseTextColorVariant | null;
636
- bodyTag: string;
637
- bodyText: string;
638
- footerHtml: string;
639
- footerTag: string;
640
- headerHtml: string;
641
- imgAlt: string;
642
- imgBottom: boolean;
643
- imgEnd: boolean;
644
- imgHeight: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
645
- imgSrc: string;
646
- imgStart: boolean;
647
- imgTop: boolean;
648
- imgWidth: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
649
- noBody: boolean;
650
- }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
651
- $slots: Readonly<{
652
- default?: ((props: Record<string, never>) => any) | undefined;
653
- footer?: ((props: Record<string, never>) => any) | undefined;
654
- header?: ((props: Record<string, never>) => any) | undefined;
655
- img?: ((props: Record<string, never>) => any) | undefined;
656
- }> & {
657
- default?: ((props: Record<string, never>) => any) | undefined;
658
- footer?: ((props: Record<string, never>) => any) | undefined;
659
- header?: ((props: Record<string, never>) => any) | undefined;
660
- img?: ((props: Record<string, never>) => any) | undefined;
661
- };
662
- });
663
- }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ /**
3
+ * The panel variant style.
4
+ * `secondary|information`
5
+ */
6
+ variant: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ validator: (value: unknown) => any;
10
+ };
11
+ }>, {}, {}, {
12
+ panelClasses(): string;
13
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
+ /**
15
+ * The panel variant style.
16
+ * `secondary|information`
17
+ */
18
+ variant: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ validator: (value: unknown) => any;
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ variant: string;
25
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
664
26
  export default _default;