@breezeui/vue 0.0.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.
@@ -0,0 +1,2618 @@
1
+ import { AllowedComponentProps } from 'vue';
2
+ import { App } from 'vue';
3
+ import { AsTag } from 'radix-vue';
4
+ import { ClassProp } from 'class-variance-authority/dist/types';
5
+ import { Component } from 'vue';
6
+ import { ComponentCustomProps } from 'vue';
7
+ import { ComponentOptionsBase } from 'vue';
8
+ import { ComponentOptionsMixin } from 'vue';
9
+ import { ComponentProvideOptions } from 'vue';
10
+ import { ComponentResolver } from 'unplugin-vue-components';
11
+ import { CreateComponentPublicInstanceWithMixins } from 'vue';
12
+ import { DefineComponent } from 'vue';
13
+ import { ExtractPropTypes } from 'vue';
14
+ import { GlobalComponents } from 'vue';
15
+ import { GlobalDirectives } from 'vue';
16
+ import { InjectionKey } from 'vue';
17
+ import { LabelProps as LabelProps_2 } from 'radix-vue';
18
+ import { Plugin as Plugin_2 } from 'vue';
19
+ import { PropType } from 'vue';
20
+ import { PublicProps } from 'vue';
21
+ import { Ref } from 'vue';
22
+ import { SwitchRootEmits } from 'radix-vue';
23
+ import { SwitchRootProps } from 'radix-vue';
24
+ import { VariantProps } from 'class-variance-authority';
25
+ import { VNodeProps } from 'vue';
26
+
27
+ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
28
+ variant: string;
29
+ color: string;
30
+ size: string;
31
+ as: string;
32
+ type: string;
33
+ disabled: boolean;
34
+ loading: boolean;
35
+ rounded: boolean;
36
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
37
+ click: (event: MouseEvent) => void;
38
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ButtonProps>, {
39
+ variant: string;
40
+ color: string;
41
+ size: string;
42
+ as: string;
43
+ type: string;
44
+ disabled: boolean;
45
+ loading: boolean;
46
+ rounded: boolean;
47
+ }>>> & Readonly<{
48
+ onClick?: ((event: MouseEvent) => any) | undefined;
49
+ }>, {
50
+ variant: "solid" | "outline" | "soft" | "link" | "dashed" | "ghost" | "plain" | "pure" | null;
51
+ color: "default" | "secondary" | "primary" | "success" | "warning" | "danger" | "info" | "carbon" | "accent" | null;
52
+ size: "default" | "sm" | "lg" | "icon" | "xs" | "md" | "xl" | "2xl" | null;
53
+ as: string;
54
+ disabled: boolean;
55
+ type: "button" | "submit" | "reset";
56
+ loading: boolean;
57
+ rounded: boolean;
58
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
59
+
60
+ declare const __VLS_component_2: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<InputProps>, {
61
+ type: string;
62
+ size: string;
63
+ error: boolean;
64
+ clearable: boolean;
65
+ showPassword: boolean;
66
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
67
+ "update:modelValue": (payload: string | number) => void;
68
+ clear: () => void;
69
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_2<__VLS_TypePropsToRuntimeProps_2<InputProps>, {
70
+ type: string;
71
+ size: string;
72
+ error: boolean;
73
+ clearable: boolean;
74
+ showPassword: boolean;
75
+ }>>> & Readonly<{
76
+ "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
77
+ onClear?: (() => any) | undefined;
78
+ }>, {
79
+ size: "default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null;
80
+ error: boolean;
81
+ type: string;
82
+ clearable: boolean;
83
+ showPassword: boolean;
84
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
85
+
86
+ declare const __VLS_component_3: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<LabelProps>, {
87
+ as: string;
88
+ size: string;
89
+ align: string;
90
+ required: boolean;
91
+ disabled: boolean;
92
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_4<__VLS_TypePropsToRuntimeProps_4<LabelProps>, {
93
+ as: string;
94
+ size: string;
95
+ align: string;
96
+ required: boolean;
97
+ disabled: boolean;
98
+ }>>> & Readonly<{}>, {
99
+ size: "sm" | "default" | "lg";
100
+ as: AsTag | Component;
101
+ disabled: boolean;
102
+ required: boolean;
103
+ align: "left" | "center" | "right";
104
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
105
+
106
+ declare const __VLS_component_4: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<CheckboxProps>, {
107
+ modelValue: undefined;
108
+ value: undefined;
109
+ disabled: boolean;
110
+ indeterminate: boolean;
111
+ required: boolean;
112
+ error: boolean;
113
+ size: string;
114
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
115
+ "update:modelValue": (value: CheckboxModelValue) => void;
116
+ change: (value: CheckboxModelValue) => void;
117
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToRuntimeProps_6<CheckboxProps>, {
118
+ modelValue: undefined;
119
+ value: undefined;
120
+ disabled: boolean;
121
+ indeterminate: boolean;
122
+ required: boolean;
123
+ error: boolean;
124
+ size: string;
125
+ }>>> & Readonly<{
126
+ onChange?: ((value: CheckboxModelValue) => any) | undefined;
127
+ "onUpdate:modelValue"?: ((value: CheckboxModelValue) => any) | undefined;
128
+ }>, {
129
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default";
130
+ error: boolean;
131
+ disabled: boolean;
132
+ value: string | number | boolean;
133
+ modelValue: string | number | boolean;
134
+ indeterminate: boolean;
135
+ required: boolean;
136
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
137
+
138
+ declare const __VLS_component_5: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<CheckboxGroupProps>, {
139
+ modelValue: () => never[];
140
+ disabled: boolean;
141
+ size: string;
142
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
143
+ "update:modelValue": (value: CheckboxGroupModelValue) => void;
144
+ change: (value: CheckboxGroupModelValue) => void;
145
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_7<__VLS_TypePropsToRuntimeProps_7<CheckboxGroupProps>, {
146
+ modelValue: () => never[];
147
+ disabled: boolean;
148
+ size: string;
149
+ }>>> & Readonly<{
150
+ onChange?: ((value: CheckboxGroupModelValue) => any) | undefined;
151
+ "onUpdate:modelValue"?: ((value: CheckboxGroupModelValue) => any) | undefined;
152
+ }>, {
153
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default";
154
+ disabled: boolean;
155
+ modelValue: CheckboxGroupModelValue;
156
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
157
+
158
+ declare const __VLS_component_6: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<RadioProps>, {
159
+ disabled: boolean;
160
+ required: boolean;
161
+ error: boolean;
162
+ size: string;
163
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToRuntimeProps_8<RadioProps>, {
164
+ disabled: boolean;
165
+ required: boolean;
166
+ error: boolean;
167
+ size: string;
168
+ }>>> & Readonly<{}>, {
169
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default";
170
+ error: boolean;
171
+ disabled: boolean;
172
+ required: boolean;
173
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
174
+
175
+ declare const __VLS_component_7: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<RadioGroupProps>, {
176
+ modelValue: undefined;
177
+ disabled: boolean;
178
+ required: boolean;
179
+ orientation: string;
180
+ size: string;
181
+ loop: boolean;
182
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
183
+ "update:modelValue": (value: RadioValue) => void;
184
+ change: (value: RadioValue) => void;
185
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_9<__VLS_TypePropsToRuntimeProps_9<RadioGroupProps>, {
186
+ modelValue: undefined;
187
+ disabled: boolean;
188
+ required: boolean;
189
+ orientation: string;
190
+ size: string;
191
+ loop: boolean;
192
+ }>>> & Readonly<{
193
+ onChange?: ((value: RadioValue) => any) | undefined;
194
+ "onUpdate:modelValue"?: ((value: RadioValue) => any) | undefined;
195
+ }>, {
196
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default";
197
+ disabled: boolean;
198
+ modelValue: RadioValue;
199
+ required: boolean;
200
+ orientation: "horizontal" | "vertical";
201
+ loop: boolean;
202
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
203
+
204
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
205
+
206
+ declare type __VLS_NonUndefinedable_2<T> = T extends undefined ? never : T;
207
+
208
+ declare type __VLS_NonUndefinedable_3<T> = T extends undefined ? never : T;
209
+
210
+ declare type __VLS_NonUndefinedable_4<T> = T extends undefined ? never : T;
211
+
212
+ declare type __VLS_NonUndefinedable_5<T> = T extends undefined ? never : T;
213
+
214
+ declare type __VLS_NonUndefinedable_6<T> = T extends undefined ? never : T;
215
+
216
+ declare type __VLS_NonUndefinedable_7<T> = T extends undefined ? never : T;
217
+
218
+ declare type __VLS_NonUndefinedable_8<T> = T extends undefined ? never : T;
219
+
220
+ declare type __VLS_NonUndefinedable_9<T> = T extends undefined ? never : T;
221
+
222
+ declare type __VLS_Prettify<T> = {
223
+ [K in keyof T]: T[K];
224
+ } & {};
225
+
226
+ declare type __VLS_Prettify_2<T> = {
227
+ [K in keyof T]: T[K];
228
+ } & {};
229
+
230
+ declare type __VLS_Prettify_3<T> = {
231
+ [K in keyof T]: T[K];
232
+ } & {};
233
+
234
+ declare type __VLS_Prettify_4<T> = {
235
+ [K in keyof T]: T[K];
236
+ } & {};
237
+
238
+ declare type __VLS_Prettify_5<T> = {
239
+ [K in keyof T]: T[K];
240
+ } & {};
241
+
242
+ declare type __VLS_Prettify_6<T> = {
243
+ [K in keyof T]: T[K];
244
+ } & {};
245
+
246
+ declare type __VLS_Prettify_7<T> = {
247
+ [K in keyof T]: T[K];
248
+ } & {};
249
+
250
+ declare type __VLS_Prettify_8<T> = {
251
+ [K in keyof T]: T[K];
252
+ } & {};
253
+
254
+ declare type __VLS_Prettify_9<T> = {
255
+ [K in keyof T]: T[K];
256
+ } & {};
257
+
258
+ declare function __VLS_template(): Readonly<ButtonSlots> & ButtonSlots;
259
+
260
+ declare function __VLS_template_2(): {
261
+ prefix?(_: {}): any;
262
+ suffix?(_: {}): any;
263
+ };
264
+
265
+ declare function __VLS_template_3(): {
266
+ default?(_: {}): any;
267
+ };
268
+
269
+ declare function __VLS_template_4(): {
270
+ icon?(_: {
271
+ checked: CheckboxModelValue;
272
+ indeterminate: boolean;
273
+ }): any;
274
+ default?(_: {}): any;
275
+ };
276
+
277
+ declare function __VLS_template_5(): {
278
+ default?(_: {}): any;
279
+ };
280
+
281
+ declare function __VLS_template_6(): {
282
+ default?(_: {}): any;
283
+ };
284
+
285
+ declare function __VLS_template_7(): {
286
+ default?(_: {}): any;
287
+ };
288
+
289
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
290
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
291
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
292
+ } : {
293
+ type: PropType<T[K]>;
294
+ required: true;
295
+ };
296
+ };
297
+
298
+ declare type __VLS_TypePropsToRuntimeProps_2<T> = {
299
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
300
+ type: PropType<__VLS_NonUndefinedable_2<T[K]>>;
301
+ } : {
302
+ type: PropType<T[K]>;
303
+ required: true;
304
+ };
305
+ };
306
+
307
+ declare type __VLS_TypePropsToRuntimeProps_3<T> = {
308
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
309
+ type: PropType<__VLS_NonUndefinedable_3<T[K]>>;
310
+ } : {
311
+ type: PropType<T[K]>;
312
+ required: true;
313
+ };
314
+ };
315
+
316
+ declare type __VLS_TypePropsToRuntimeProps_4<T> = {
317
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
318
+ type: PropType<__VLS_NonUndefinedable_4<T[K]>>;
319
+ } : {
320
+ type: PropType<T[K]>;
321
+ required: true;
322
+ };
323
+ };
324
+
325
+ declare type __VLS_TypePropsToRuntimeProps_5<T> = {
326
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
327
+ type: PropType<__VLS_NonUndefinedable_5<T[K]>>;
328
+ } : {
329
+ type: PropType<T[K]>;
330
+ required: true;
331
+ };
332
+ };
333
+
334
+ declare type __VLS_TypePropsToRuntimeProps_6<T> = {
335
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
336
+ type: PropType<__VLS_NonUndefinedable_6<T[K]>>;
337
+ } : {
338
+ type: PropType<T[K]>;
339
+ required: true;
340
+ };
341
+ };
342
+
343
+ declare type __VLS_TypePropsToRuntimeProps_7<T> = {
344
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
345
+ type: PropType<__VLS_NonUndefinedable_7<T[K]>>;
346
+ } : {
347
+ type: PropType<T[K]>;
348
+ required: true;
349
+ };
350
+ };
351
+
352
+ declare type __VLS_TypePropsToRuntimeProps_8<T> = {
353
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
354
+ type: PropType<__VLS_NonUndefinedable_8<T[K]>>;
355
+ } : {
356
+ type: PropType<T[K]>;
357
+ required: true;
358
+ };
359
+ };
360
+
361
+ declare type __VLS_TypePropsToRuntimeProps_9<T> = {
362
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
363
+ type: PropType<__VLS_NonUndefinedable_9<T[K]>>;
364
+ } : {
365
+ type: PropType<T[K]>;
366
+ required: true;
367
+ };
368
+ };
369
+
370
+ declare type __VLS_WithDefaults<P, D> = {
371
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
372
+ default: D[K];
373
+ }> : P[K];
374
+ };
375
+
376
+ declare type __VLS_WithDefaults_2<P, D> = {
377
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_2<P[K] & {
378
+ default: D[K];
379
+ }> : P[K];
380
+ };
381
+
382
+ declare type __VLS_WithDefaults_3<P, D> = {
383
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_3<P[K] & {
384
+ default: D[K];
385
+ }> : P[K];
386
+ };
387
+
388
+ declare type __VLS_WithDefaults_4<P, D> = {
389
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_4<P[K] & {
390
+ default: D[K];
391
+ }> : P[K];
392
+ };
393
+
394
+ declare type __VLS_WithDefaults_5<P, D> = {
395
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_5<P[K] & {
396
+ default: D[K];
397
+ }> : P[K];
398
+ };
399
+
400
+ declare type __VLS_WithDefaults_6<P, D> = {
401
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_6<P[K] & {
402
+ default: D[K];
403
+ }> : P[K];
404
+ };
405
+
406
+ declare type __VLS_WithDefaults_7<P, D> = {
407
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_7<P[K] & {
408
+ default: D[K];
409
+ }> : P[K];
410
+ };
411
+
412
+ declare type __VLS_WithDefaults_8<P, D> = {
413
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_8<P[K] & {
414
+ default: D[K];
415
+ }> : P[K];
416
+ };
417
+
418
+ declare type __VLS_WithDefaults_9<P, D> = {
419
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify_9<P[K] & {
420
+ default: D[K];
421
+ }> : P[K];
422
+ };
423
+
424
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
425
+ new (): {
426
+ $slots: S;
427
+ };
428
+ };
429
+
430
+ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
431
+ new (): {
432
+ $slots: S;
433
+ };
434
+ };
435
+
436
+ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
437
+ new (): {
438
+ $slots: S;
439
+ };
440
+ };
441
+
442
+ declare type __VLS_WithTemplateSlots_4<T, S> = T & {
443
+ new (): {
444
+ $slots: S;
445
+ };
446
+ };
447
+
448
+ declare type __VLS_WithTemplateSlots_5<T, S> = T & {
449
+ new (): {
450
+ $slots: S;
451
+ };
452
+ };
453
+
454
+ declare type __VLS_WithTemplateSlots_6<T, S> = T & {
455
+ new (): {
456
+ $slots: S;
457
+ };
458
+ };
459
+
460
+ declare type __VLS_WithTemplateSlots_7<T, S> = T & {
461
+ new (): {
462
+ $slots: S;
463
+ };
464
+ };
465
+
466
+ export declare interface BadgeProps {
467
+ /**
468
+ * 变体样式
469
+ * @default 'solid'
470
+ */
471
+ variant?: BadgeVariants['variant'];
472
+ /**
473
+ * 颜色主题
474
+ * @default 'default'
475
+ */
476
+ color?: BadgeVariants['color'];
477
+ /**
478
+ * 尺寸
479
+ * @default 'default'
480
+ */
481
+ size?: BadgeVariants['size'];
482
+ /**
483
+ * 渲染为指定的标签
484
+ * @default 'div'
485
+ */
486
+ as?: string;
487
+ /**
488
+ * 自定义类名
489
+ */
490
+ class?: any;
491
+ /**
492
+ * 是否禁用
493
+ * @default false
494
+ */
495
+ disabled?: boolean;
496
+ /**
497
+ * 角标模式(小圆点)
498
+ * @default false
499
+ */
500
+ dot?: boolean;
501
+ /**
502
+ * 显示的数值(数字或字符串)
503
+ */
504
+ value?: number | string;
505
+ /**
506
+ * 数值溢出阈值,超出后显示 maxValue+
507
+ * @default 99
508
+ */
509
+ max?: number;
510
+ /**
511
+ * 是否作为独立组件定位在其父容器右上角(需要父容器相对定位 relative)
512
+ * @default false
513
+ */
514
+ standalone?: boolean;
515
+ }
516
+
517
+ export declare interface BadgeSlots {
518
+ default?: () => any;
519
+ icon?: () => any;
520
+ }
521
+
522
+ export declare type BadgeVariants = VariantProps<typeof badgeVariants>;
523
+
524
+ export declare const badgeVariants: (props?: ({
525
+ variant?: "solid" | "secondary" | "outline" | "soft" | null | undefined;
526
+ color?: "default" | "secondary" | "primary" | "success" | "warning" | "danger" | "info" | "carbon" | "accent" | null | undefined;
527
+ size?: "default" | "sm" | "lg" | "icon" | null | undefined;
528
+ } & ClassProp) | undefined) => string;
529
+
530
+ export declare const BrBadge: SFCWithInstall<{
531
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
532
+ variant: {
533
+ type: PropType<"solid" | "secondary" | "outline" | "soft" | null>;
534
+ default: string;
535
+ };
536
+ color: {
537
+ type: PropType<"default" | "secondary" | "primary" | "success" | "warning" | "danger" | "info" | "carbon" | "accent" | null>;
538
+ default: string;
539
+ };
540
+ size: {
541
+ type: PropType<"default" | "sm" | "lg" | "icon" | null>;
542
+ default: string;
543
+ };
544
+ class: {
545
+ type: PropType<any>;
546
+ };
547
+ as: {
548
+ type: PropType<string>;
549
+ default: string;
550
+ };
551
+ disabled: {
552
+ type: PropType<boolean>;
553
+ default: boolean;
554
+ };
555
+ dot: {
556
+ type: PropType<boolean>;
557
+ default: boolean;
558
+ };
559
+ value: {
560
+ type: PropType<string | number>;
561
+ };
562
+ max: {
563
+ type: PropType<number>;
564
+ default: number;
565
+ };
566
+ standalone: {
567
+ type: PropType<boolean>;
568
+ default: boolean;
569
+ };
570
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
571
+ variant: "solid" | "secondary" | "outline" | "soft" | null;
572
+ color: "default" | "secondary" | "primary" | "success" | "warning" | "danger" | "info" | "carbon" | "accent" | null;
573
+ size: "default" | "sm" | "lg" | "icon" | null;
574
+ as: string;
575
+ disabled: boolean;
576
+ dot: boolean;
577
+ max: number;
578
+ standalone: boolean;
579
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
580
+ P: {};
581
+ B: {};
582
+ D: {};
583
+ C: {};
584
+ M: {};
585
+ Defaults: {};
586
+ }, Readonly< ExtractPropTypes<{
587
+ variant: {
588
+ type: PropType<"solid" | "secondary" | "outline" | "soft" | null>;
589
+ default: string;
590
+ };
591
+ color: {
592
+ type: PropType<"default" | "secondary" | "primary" | "success" | "warning" | "danger" | "info" | "carbon" | "accent" | null>;
593
+ default: string;
594
+ };
595
+ size: {
596
+ type: PropType<"default" | "sm" | "lg" | "icon" | null>;
597
+ default: string;
598
+ };
599
+ class: {
600
+ type: PropType<any>;
601
+ };
602
+ as: {
603
+ type: PropType<string>;
604
+ default: string;
605
+ };
606
+ disabled: {
607
+ type: PropType<boolean>;
608
+ default: boolean;
609
+ };
610
+ dot: {
611
+ type: PropType<boolean>;
612
+ default: boolean;
613
+ };
614
+ value: {
615
+ type: PropType<string | number>;
616
+ };
617
+ max: {
618
+ type: PropType<number>;
619
+ default: number;
620
+ };
621
+ standalone: {
622
+ type: PropType<boolean>;
623
+ default: boolean;
624
+ };
625
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
626
+ variant: "solid" | "secondary" | "outline" | "soft" | null;
627
+ color: "default" | "secondary" | "primary" | "success" | "warning" | "danger" | "info" | "carbon" | "accent" | null;
628
+ size: "default" | "sm" | "lg" | "icon" | null;
629
+ as: string;
630
+ disabled: boolean;
631
+ dot: boolean;
632
+ max: number;
633
+ standalone: boolean;
634
+ }>;
635
+ __isFragment?: never;
636
+ __isTeleport?: never;
637
+ __isSuspense?: never;
638
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
639
+ variant: {
640
+ type: PropType<"solid" | "secondary" | "outline" | "soft" | null>;
641
+ default: string;
642
+ };
643
+ color: {
644
+ type: PropType<"default" | "secondary" | "primary" | "success" | "warning" | "danger" | "info" | "carbon" | "accent" | null>;
645
+ default: string;
646
+ };
647
+ size: {
648
+ type: PropType<"default" | "sm" | "lg" | "icon" | null>;
649
+ default: string;
650
+ };
651
+ class: {
652
+ type: PropType<any>;
653
+ };
654
+ as: {
655
+ type: PropType<string>;
656
+ default: string;
657
+ };
658
+ disabled: {
659
+ type: PropType<boolean>;
660
+ default: boolean;
661
+ };
662
+ dot: {
663
+ type: PropType<boolean>;
664
+ default: boolean;
665
+ };
666
+ value: {
667
+ type: PropType<string | number>;
668
+ };
669
+ max: {
670
+ type: PropType<number>;
671
+ default: number;
672
+ };
673
+ standalone: {
674
+ type: PropType<boolean>;
675
+ default: boolean;
676
+ };
677
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
678
+ variant: "solid" | "secondary" | "outline" | "soft" | null;
679
+ color: "default" | "secondary" | "primary" | "success" | "warning" | "danger" | "info" | "carbon" | "accent" | null;
680
+ size: "default" | "sm" | "lg" | "icon" | null;
681
+ as: string;
682
+ disabled: boolean;
683
+ dot: boolean;
684
+ max: number;
685
+ standalone: boolean;
686
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
687
+ $slots: {
688
+ default?(_: {}): any;
689
+ icon?(_: {}): any;
690
+ };
691
+ })>;
692
+
693
+ export declare const BrButton: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
694
+
695
+ export declare const BrCheckbox: __VLS_WithTemplateSlots_4<typeof __VLS_component_4, ReturnType<typeof __VLS_template_4>>;
696
+
697
+ export declare const BrCheckboxGroup: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, ReturnType<typeof __VLS_template_5>>;
698
+
699
+ export declare const BrConfigProvider: SFCWithInstall<{
700
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
701
+ theme: {
702
+ type: PropType<ThemeConfig>;
703
+ };
704
+ sizing: {
705
+ type: PropType<SizingConfig>;
706
+ };
707
+ tag: {
708
+ type: PropType<string>;
709
+ default: string;
710
+ };
711
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
712
+ tag: string;
713
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
714
+ P: {};
715
+ B: {};
716
+ D: {};
717
+ C: {};
718
+ M: {};
719
+ Defaults: {};
720
+ }, Readonly< ExtractPropTypes<{
721
+ theme: {
722
+ type: PropType<ThemeConfig>;
723
+ };
724
+ sizing: {
725
+ type: PropType<SizingConfig>;
726
+ };
727
+ tag: {
728
+ type: PropType<string>;
729
+ default: string;
730
+ };
731
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
732
+ tag: string;
733
+ }>;
734
+ __isFragment?: never;
735
+ __isTeleport?: never;
736
+ __isSuspense?: never;
737
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
738
+ theme: {
739
+ type: PropType<ThemeConfig>;
740
+ };
741
+ sizing: {
742
+ type: PropType<SizingConfig>;
743
+ };
744
+ tag: {
745
+ type: PropType<string>;
746
+ default: string;
747
+ };
748
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
749
+ tag: string;
750
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
751
+ $slots: {
752
+ default?(_: {}): any;
753
+ };
754
+ })>;
755
+
756
+ export declare const BrContainer: SFCWithInstall<{
757
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
758
+ class: {
759
+ type: PropType<any>;
760
+ };
761
+ as: {
762
+ type: PropType<string>;
763
+ default: string;
764
+ };
765
+ fluid: {
766
+ type: PropType<boolean>;
767
+ default: boolean;
768
+ };
769
+ maxWidth: {
770
+ type: PropType<"default" | "sm" | "lg" | "md" | "xl" | "2xl" | "none">;
771
+ default: string;
772
+ };
773
+ padding: {
774
+ type: PropType<"default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | "none">;
775
+ default: string;
776
+ };
777
+ centered: {
778
+ type: PropType<boolean>;
779
+ default: boolean;
780
+ };
781
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
782
+ as: string;
783
+ fluid: boolean;
784
+ maxWidth: "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "none";
785
+ padding: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "none";
786
+ centered: boolean;
787
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
788
+ P: {};
789
+ B: {};
790
+ D: {};
791
+ C: {};
792
+ M: {};
793
+ Defaults: {};
794
+ }, Readonly< ExtractPropTypes<{
795
+ class: {
796
+ type: PropType<any>;
797
+ };
798
+ as: {
799
+ type: PropType<string>;
800
+ default: string;
801
+ };
802
+ fluid: {
803
+ type: PropType<boolean>;
804
+ default: boolean;
805
+ };
806
+ maxWidth: {
807
+ type: PropType<"default" | "sm" | "lg" | "md" | "xl" | "2xl" | "none">;
808
+ default: string;
809
+ };
810
+ padding: {
811
+ type: PropType<"default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | "none">;
812
+ default: string;
813
+ };
814
+ centered: {
815
+ type: PropType<boolean>;
816
+ default: boolean;
817
+ };
818
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
819
+ as: string;
820
+ fluid: boolean;
821
+ maxWidth: "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "none";
822
+ padding: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "none";
823
+ centered: boolean;
824
+ }>;
825
+ __isFragment?: never;
826
+ __isTeleport?: never;
827
+ __isSuspense?: never;
828
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
829
+ class: {
830
+ type: PropType<any>;
831
+ };
832
+ as: {
833
+ type: PropType<string>;
834
+ default: string;
835
+ };
836
+ fluid: {
837
+ type: PropType<boolean>;
838
+ default: boolean;
839
+ };
840
+ maxWidth: {
841
+ type: PropType<"default" | "sm" | "lg" | "md" | "xl" | "2xl" | "none">;
842
+ default: string;
843
+ };
844
+ padding: {
845
+ type: PropType<"default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | "none">;
846
+ default: string;
847
+ };
848
+ centered: {
849
+ type: PropType<boolean>;
850
+ default: boolean;
851
+ };
852
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
853
+ as: string;
854
+ fluid: boolean;
855
+ maxWidth: "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "none";
856
+ padding: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default" | "none";
857
+ centered: boolean;
858
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
859
+ $slots: {
860
+ default?(_: {}): any;
861
+ };
862
+ })>;
863
+
864
+ export declare type Breakpoint = 'sm' | 'md' | 'lg' | 'xl' | '2xl';
865
+
866
+ /**
867
+ * Resolver for BreezeUI
868
+ *
869
+ * @author Your Name
870
+ */
871
+ export declare function BreezeUIResolver(): ComponentResolver;
872
+
873
+ export declare const BrFlex: SFCWithInstall<{
874
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
875
+ class: {
876
+ type: PropType<any>;
877
+ };
878
+ as: {
879
+ type: PropType<string>;
880
+ default: string;
881
+ };
882
+ direction: {
883
+ type: PropType<ResponsiveProp<FlexDirection>>;
884
+ default: string;
885
+ };
886
+ wrap: {
887
+ type: PropType<ResponsiveProp<FlexWrap>>;
888
+ default: string;
889
+ };
890
+ justify: {
891
+ type: PropType<ResponsiveProp<FlexJustify>>;
892
+ default: string;
893
+ };
894
+ align: {
895
+ type: PropType<ResponsiveProp<FlexAlign>>;
896
+ default: string;
897
+ };
898
+ gap: {
899
+ type: PropType<ResponsiveProp<string | number>>;
900
+ };
901
+ gapX: {
902
+ type: PropType<ResponsiveProp<string | number>>;
903
+ };
904
+ gapY: {
905
+ type: PropType<ResponsiveProp<string | number>>;
906
+ };
907
+ grow: {
908
+ type: PropType<boolean>;
909
+ default: boolean;
910
+ };
911
+ shrink: {
912
+ type: PropType<boolean>;
913
+ default: boolean;
914
+ };
915
+ basis: {
916
+ type: PropType<string | number>;
917
+ };
918
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
919
+ as: string;
920
+ direction: ResponsiveProp<FlexDirection>;
921
+ wrap: ResponsiveProp<FlexWrap>;
922
+ justify: ResponsiveProp<FlexJustify>;
923
+ align: ResponsiveProp<FlexAlign>;
924
+ grow: boolean;
925
+ shrink: boolean;
926
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
927
+ P: {};
928
+ B: {};
929
+ D: {};
930
+ C: {};
931
+ M: {};
932
+ Defaults: {};
933
+ }, Readonly< ExtractPropTypes<{
934
+ class: {
935
+ type: PropType<any>;
936
+ };
937
+ as: {
938
+ type: PropType<string>;
939
+ default: string;
940
+ };
941
+ direction: {
942
+ type: PropType<ResponsiveProp<FlexDirection>>;
943
+ default: string;
944
+ };
945
+ wrap: {
946
+ type: PropType<ResponsiveProp<FlexWrap>>;
947
+ default: string;
948
+ };
949
+ justify: {
950
+ type: PropType<ResponsiveProp<FlexJustify>>;
951
+ default: string;
952
+ };
953
+ align: {
954
+ type: PropType<ResponsiveProp<FlexAlign>>;
955
+ default: string;
956
+ };
957
+ gap: {
958
+ type: PropType<ResponsiveProp<string | number>>;
959
+ };
960
+ gapX: {
961
+ type: PropType<ResponsiveProp<string | number>>;
962
+ };
963
+ gapY: {
964
+ type: PropType<ResponsiveProp<string | number>>;
965
+ };
966
+ grow: {
967
+ type: PropType<boolean>;
968
+ default: boolean;
969
+ };
970
+ shrink: {
971
+ type: PropType<boolean>;
972
+ default: boolean;
973
+ };
974
+ basis: {
975
+ type: PropType<string | number>;
976
+ };
977
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
978
+ as: string;
979
+ direction: ResponsiveProp<FlexDirection>;
980
+ wrap: ResponsiveProp<FlexWrap>;
981
+ justify: ResponsiveProp<FlexJustify>;
982
+ align: ResponsiveProp<FlexAlign>;
983
+ grow: boolean;
984
+ shrink: boolean;
985
+ }>;
986
+ __isFragment?: never;
987
+ __isTeleport?: never;
988
+ __isSuspense?: never;
989
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
990
+ class: {
991
+ type: PropType<any>;
992
+ };
993
+ as: {
994
+ type: PropType<string>;
995
+ default: string;
996
+ };
997
+ direction: {
998
+ type: PropType<ResponsiveProp<FlexDirection>>;
999
+ default: string;
1000
+ };
1001
+ wrap: {
1002
+ type: PropType<ResponsiveProp<FlexWrap>>;
1003
+ default: string;
1004
+ };
1005
+ justify: {
1006
+ type: PropType<ResponsiveProp<FlexJustify>>;
1007
+ default: string;
1008
+ };
1009
+ align: {
1010
+ type: PropType<ResponsiveProp<FlexAlign>>;
1011
+ default: string;
1012
+ };
1013
+ gap: {
1014
+ type: PropType<ResponsiveProp<string | number>>;
1015
+ };
1016
+ gapX: {
1017
+ type: PropType<ResponsiveProp<string | number>>;
1018
+ };
1019
+ gapY: {
1020
+ type: PropType<ResponsiveProp<string | number>>;
1021
+ };
1022
+ grow: {
1023
+ type: PropType<boolean>;
1024
+ default: boolean;
1025
+ };
1026
+ shrink: {
1027
+ type: PropType<boolean>;
1028
+ default: boolean;
1029
+ };
1030
+ basis: {
1031
+ type: PropType<string | number>;
1032
+ };
1033
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
1034
+ as: string;
1035
+ direction: ResponsiveProp<FlexDirection>;
1036
+ wrap: ResponsiveProp<FlexWrap>;
1037
+ justify: ResponsiveProp<FlexJustify>;
1038
+ align: ResponsiveProp<FlexAlign>;
1039
+ grow: boolean;
1040
+ shrink: boolean;
1041
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1042
+ $slots: {
1043
+ default?(_: {}): any;
1044
+ };
1045
+ })>;
1046
+
1047
+ export declare const BrGrid: SFCWithInstall<{
1048
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
1049
+ sm: {
1050
+ type: PropType<string | number>;
1051
+ };
1052
+ lg: {
1053
+ type: PropType<string | number>;
1054
+ };
1055
+ class: {
1056
+ type: PropType<any>;
1057
+ };
1058
+ as: {
1059
+ type: PropType<string>;
1060
+ default: string;
1061
+ };
1062
+ md: {
1063
+ type: PropType<string | number>;
1064
+ };
1065
+ xl: {
1066
+ type: PropType<string | number>;
1067
+ };
1068
+ justify: {
1069
+ type: PropType<"end" | "start" | "center" | "between" | "around" | "evenly">;
1070
+ };
1071
+ align: {
1072
+ type: PropType<"end" | "start" | "center" | "baseline" | "stretch">;
1073
+ };
1074
+ gap: {
1075
+ type: PropType<string | number>;
1076
+ };
1077
+ gapX: {
1078
+ type: PropType<string | number>;
1079
+ };
1080
+ gapY: {
1081
+ type: PropType<string | number>;
1082
+ };
1083
+ cols: {
1084
+ type: PropType<string | number>;
1085
+ default: number;
1086
+ };
1087
+ xxl: {
1088
+ type: PropType<string | number>;
1089
+ };
1090
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
1091
+ as: string;
1092
+ cols: number | string;
1093
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1094
+ P: {};
1095
+ B: {};
1096
+ D: {};
1097
+ C: {};
1098
+ M: {};
1099
+ Defaults: {};
1100
+ }, Readonly< ExtractPropTypes<{
1101
+ sm: {
1102
+ type: PropType<string | number>;
1103
+ };
1104
+ lg: {
1105
+ type: PropType<string | number>;
1106
+ };
1107
+ class: {
1108
+ type: PropType<any>;
1109
+ };
1110
+ as: {
1111
+ type: PropType<string>;
1112
+ default: string;
1113
+ };
1114
+ md: {
1115
+ type: PropType<string | number>;
1116
+ };
1117
+ xl: {
1118
+ type: PropType<string | number>;
1119
+ };
1120
+ justify: {
1121
+ type: PropType<"end" | "start" | "center" | "between" | "around" | "evenly">;
1122
+ };
1123
+ align: {
1124
+ type: PropType<"end" | "start" | "center" | "baseline" | "stretch">;
1125
+ };
1126
+ gap: {
1127
+ type: PropType<string | number>;
1128
+ };
1129
+ gapX: {
1130
+ type: PropType<string | number>;
1131
+ };
1132
+ gapY: {
1133
+ type: PropType<string | number>;
1134
+ };
1135
+ cols: {
1136
+ type: PropType<string | number>;
1137
+ default: number;
1138
+ };
1139
+ xxl: {
1140
+ type: PropType<string | number>;
1141
+ };
1142
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
1143
+ as: string;
1144
+ cols: number | string;
1145
+ }>;
1146
+ __isFragment?: never;
1147
+ __isTeleport?: never;
1148
+ __isSuspense?: never;
1149
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
1150
+ sm: {
1151
+ type: PropType<string | number>;
1152
+ };
1153
+ lg: {
1154
+ type: PropType<string | number>;
1155
+ };
1156
+ class: {
1157
+ type: PropType<any>;
1158
+ };
1159
+ as: {
1160
+ type: PropType<string>;
1161
+ default: string;
1162
+ };
1163
+ md: {
1164
+ type: PropType<string | number>;
1165
+ };
1166
+ xl: {
1167
+ type: PropType<string | number>;
1168
+ };
1169
+ justify: {
1170
+ type: PropType<"end" | "start" | "center" | "between" | "around" | "evenly">;
1171
+ };
1172
+ align: {
1173
+ type: PropType<"end" | "start" | "center" | "baseline" | "stretch">;
1174
+ };
1175
+ gap: {
1176
+ type: PropType<string | number>;
1177
+ };
1178
+ gapX: {
1179
+ type: PropType<string | number>;
1180
+ };
1181
+ gapY: {
1182
+ type: PropType<string | number>;
1183
+ };
1184
+ cols: {
1185
+ type: PropType<string | number>;
1186
+ default: number;
1187
+ };
1188
+ xxl: {
1189
+ type: PropType<string | number>;
1190
+ };
1191
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
1192
+ as: string;
1193
+ cols: number | string;
1194
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1195
+ $slots: {
1196
+ default?(_: {}): any;
1197
+ };
1198
+ })>;
1199
+
1200
+ export declare const BrGridItem: SFCWithInstall<{
1201
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
1202
+ sm: {
1203
+ type: PropType<string | number>;
1204
+ };
1205
+ lg: {
1206
+ type: PropType<string | number>;
1207
+ };
1208
+ class: {
1209
+ type: PropType<any>;
1210
+ };
1211
+ as: {
1212
+ type: PropType<string>;
1213
+ default: string;
1214
+ };
1215
+ span: {
1216
+ type: PropType<string | number>;
1217
+ };
1218
+ md: {
1219
+ type: PropType<string | number>;
1220
+ };
1221
+ xl: {
1222
+ type: PropType<string | number>;
1223
+ };
1224
+ xxl: {
1225
+ type: PropType<string | number>;
1226
+ };
1227
+ colStart: {
1228
+ type: PropType<string | number>;
1229
+ };
1230
+ colEnd: {
1231
+ type: PropType<string | number>;
1232
+ };
1233
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
1234
+ as: string;
1235
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1236
+ P: {};
1237
+ B: {};
1238
+ D: {};
1239
+ C: {};
1240
+ M: {};
1241
+ Defaults: {};
1242
+ }, Readonly< ExtractPropTypes<{
1243
+ sm: {
1244
+ type: PropType<string | number>;
1245
+ };
1246
+ lg: {
1247
+ type: PropType<string | number>;
1248
+ };
1249
+ class: {
1250
+ type: PropType<any>;
1251
+ };
1252
+ as: {
1253
+ type: PropType<string>;
1254
+ default: string;
1255
+ };
1256
+ span: {
1257
+ type: PropType<string | number>;
1258
+ };
1259
+ md: {
1260
+ type: PropType<string | number>;
1261
+ };
1262
+ xl: {
1263
+ type: PropType<string | number>;
1264
+ };
1265
+ xxl: {
1266
+ type: PropType<string | number>;
1267
+ };
1268
+ colStart: {
1269
+ type: PropType<string | number>;
1270
+ };
1271
+ colEnd: {
1272
+ type: PropType<string | number>;
1273
+ };
1274
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
1275
+ as: string;
1276
+ }>;
1277
+ __isFragment?: never;
1278
+ __isTeleport?: never;
1279
+ __isSuspense?: never;
1280
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
1281
+ sm: {
1282
+ type: PropType<string | number>;
1283
+ };
1284
+ lg: {
1285
+ type: PropType<string | number>;
1286
+ };
1287
+ class: {
1288
+ type: PropType<any>;
1289
+ };
1290
+ as: {
1291
+ type: PropType<string>;
1292
+ default: string;
1293
+ };
1294
+ span: {
1295
+ type: PropType<string | number>;
1296
+ };
1297
+ md: {
1298
+ type: PropType<string | number>;
1299
+ };
1300
+ xl: {
1301
+ type: PropType<string | number>;
1302
+ };
1303
+ xxl: {
1304
+ type: PropType<string | number>;
1305
+ };
1306
+ colStart: {
1307
+ type: PropType<string | number>;
1308
+ };
1309
+ colEnd: {
1310
+ type: PropType<string | number>;
1311
+ };
1312
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
1313
+ as: string;
1314
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1315
+ $slots: {
1316
+ default?(_: {}): any;
1317
+ };
1318
+ })>;
1319
+
1320
+ export declare const BrInput: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, ReturnType<typeof __VLS_template_2>>;
1321
+
1322
+ export declare const BrLabel: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, ReturnType<typeof __VLS_template_3>>;
1323
+
1324
+ export declare const BrRadio: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, ReturnType<typeof __VLS_template_6>>;
1325
+
1326
+ export declare const BrRadioGroup: __VLS_WithTemplateSlots_7<typeof __VLS_component_7, ReturnType<typeof __VLS_template_7>>;
1327
+
1328
+ export declare const BrSelect: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<SelectProps>, {
1329
+ placeholder: string;
1330
+ size: string;
1331
+ error: boolean;
1332
+ clearable: boolean;
1333
+ filterable: boolean;
1334
+ multiple: boolean;
1335
+ loading: boolean;
1336
+ emptyText: string;
1337
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1338
+ "update:modelValue": (value: string | number | (string | number)[]) => void;
1339
+ change: (value: string | number | (string | number)[]) => void;
1340
+ clear: () => void;
1341
+ search: (query: string) => void;
1342
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_5<__VLS_TypePropsToRuntimeProps_5<SelectProps>, {
1343
+ placeholder: string;
1344
+ size: string;
1345
+ error: boolean;
1346
+ clearable: boolean;
1347
+ filterable: boolean;
1348
+ multiple: boolean;
1349
+ loading: boolean;
1350
+ emptyText: string;
1351
+ }>>> & Readonly<{
1352
+ onChange?: ((value: string | number | (string | number)[]) => any) | undefined;
1353
+ onSearch?: ((query: string) => any) | undefined;
1354
+ "onUpdate:modelValue"?: ((value: string | number | (string | number)[]) => any) | undefined;
1355
+ onClear?: (() => any) | undefined;
1356
+ }>, {
1357
+ size: "default" | "sm" | "lg";
1358
+ error: boolean;
1359
+ loading: boolean;
1360
+ placeholder: string;
1361
+ clearable: boolean;
1362
+ filterable: boolean;
1363
+ multiple: boolean;
1364
+ emptyText: string;
1365
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1366
+
1367
+ export declare const BrSlider: SFCWithInstall<DefineComponent<ExtractPropTypes<{
1368
+ size: {
1369
+ type: PropType<SliderSize>;
1370
+ default: string;
1371
+ };
1372
+ name: {
1373
+ type: PropType<string>;
1374
+ };
1375
+ disabled: {
1376
+ type: PropType<boolean>;
1377
+ default: boolean;
1378
+ };
1379
+ max: {
1380
+ type: PropType<number>;
1381
+ default: number;
1382
+ };
1383
+ modelValue: {
1384
+ type: PropType<number | number[]>;
1385
+ };
1386
+ min: {
1387
+ type: PropType<number>;
1388
+ default: number;
1389
+ };
1390
+ orientation: {
1391
+ type: PropType<"horizontal" | "vertical">;
1392
+ default: string;
1393
+ };
1394
+ defaultValue: {
1395
+ type: PropType<number | number[]>;
1396
+ };
1397
+ dir: {
1398
+ type: PropType<"ltr" | "rtl">;
1399
+ default: string;
1400
+ };
1401
+ inverted: {
1402
+ type: PropType<boolean>;
1403
+ default: boolean;
1404
+ };
1405
+ step: {
1406
+ type: PropType<number>;
1407
+ default: number;
1408
+ };
1409
+ minStepsBetweenThumbs: {
1410
+ type: PropType<number>;
1411
+ default: number;
1412
+ };
1413
+ marks: {
1414
+ type: PropType<boolean | Record<number, string>>;
1415
+ };
1416
+ showTooltip: {
1417
+ type: PropType<boolean | "always" | "hover">;
1418
+ default: boolean;
1419
+ };
1420
+ isError: {
1421
+ type: PropType<boolean>;
1422
+ default: boolean;
1423
+ };
1424
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1425
+ "update:modelValue": (value: number | number[]) => void;
1426
+ valueCommit: (value: number | number[]) => void;
1427
+ }, string, PublicProps, Readonly< ExtractPropTypes<{
1428
+ size: {
1429
+ type: PropType<SliderSize>;
1430
+ default: string;
1431
+ };
1432
+ name: {
1433
+ type: PropType<string>;
1434
+ };
1435
+ disabled: {
1436
+ type: PropType<boolean>;
1437
+ default: boolean;
1438
+ };
1439
+ max: {
1440
+ type: PropType<number>;
1441
+ default: number;
1442
+ };
1443
+ modelValue: {
1444
+ type: PropType<number | number[]>;
1445
+ };
1446
+ min: {
1447
+ type: PropType<number>;
1448
+ default: number;
1449
+ };
1450
+ orientation: {
1451
+ type: PropType<"horizontal" | "vertical">;
1452
+ default: string;
1453
+ };
1454
+ defaultValue: {
1455
+ type: PropType<number | number[]>;
1456
+ };
1457
+ dir: {
1458
+ type: PropType<"ltr" | "rtl">;
1459
+ default: string;
1460
+ };
1461
+ inverted: {
1462
+ type: PropType<boolean>;
1463
+ default: boolean;
1464
+ };
1465
+ step: {
1466
+ type: PropType<number>;
1467
+ default: number;
1468
+ };
1469
+ minStepsBetweenThumbs: {
1470
+ type: PropType<number>;
1471
+ default: number;
1472
+ };
1473
+ marks: {
1474
+ type: PropType<boolean | Record<number, string>>;
1475
+ };
1476
+ showTooltip: {
1477
+ type: PropType<boolean | "always" | "hover">;
1478
+ default: boolean;
1479
+ };
1480
+ isError: {
1481
+ type: PropType<boolean>;
1482
+ default: boolean;
1483
+ };
1484
+ }>> & Readonly<{
1485
+ "onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
1486
+ onValueCommit?: ((value: number | number[]) => any) | undefined;
1487
+ }>, {
1488
+ size: SliderSize;
1489
+ disabled: boolean;
1490
+ max: number;
1491
+ min: number;
1492
+ orientation: "horizontal" | "vertical";
1493
+ dir: "ltr" | "rtl";
1494
+ inverted: boolean;
1495
+ step: number;
1496
+ minStepsBetweenThumbs: number;
1497
+ showTooltip: boolean | "always" | "hover";
1498
+ isError: boolean;
1499
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>>;
1500
+
1501
+ export declare interface BrSliderEmits {
1502
+ /**
1503
+ * Event handler called when the value changes.
1504
+ */
1505
+ (e: 'update:modelValue', value: number[] | number): void;
1506
+ /**
1507
+ * Event handler called when the value changes at the end of an interaction.
1508
+ * Useful when you only need to capture a final value e.g. to update a backend service.
1509
+ */
1510
+ (e: 'valueCommit', value: number[] | number): void;
1511
+ }
1512
+
1513
+ export declare interface BrSliderProps {
1514
+ /**
1515
+ * The value of the slider when initially rendered. Use when you do not need to control the state of the slider.
1516
+ */
1517
+ defaultValue?: number[] | number;
1518
+ /**
1519
+ * The controlled value of the slider. Can be binded as `v-model`.
1520
+ */
1521
+ modelValue?: number[] | number;
1522
+ /**
1523
+ * The name of the slider. Submitted with its owning form as part of a name/value pair.
1524
+ */
1525
+ name?: string;
1526
+ /**
1527
+ * When `true`, prevents the user from interacting with the slider.
1528
+ */
1529
+ disabled?: boolean;
1530
+ /**
1531
+ * The orientation of the slider.
1532
+ */
1533
+ orientation?: 'horizontal' | 'vertical';
1534
+ /**
1535
+ * The reading direction of the slider. If omitted, inherits globally from `DirectionProvider` or assumes LTR (left-to-right) reading mode.
1536
+ */
1537
+ dir?: 'ltr' | 'rtl';
1538
+ /**
1539
+ * Whether the slider is visually inverted.
1540
+ */
1541
+ inverted?: boolean;
1542
+ /**
1543
+ * The minimum value for the range.
1544
+ */
1545
+ min?: number;
1546
+ /**
1547
+ * The maximum value for the range.
1548
+ */
1549
+ max?: number;
1550
+ /**
1551
+ * The stepping interval.
1552
+ */
1553
+ step?: number;
1554
+ /**
1555
+ * The minimum permitted steps between multiple thumbs.
1556
+ */
1557
+ minStepsBetweenThumbs?: number;
1558
+ /**
1559
+ * The size of the slider
1560
+ */
1561
+ size?: SliderSize;
1562
+ /**
1563
+ * Custom marks on the slider track. Can be boolean to show step marks or an object of value-label pairs.
1564
+ */
1565
+ marks?: boolean | Record<number, string>;
1566
+ /**
1567
+ * Whether to show the tooltip on thumb hover/active.
1568
+ */
1569
+ showTooltip?: boolean | 'always' | 'hover';
1570
+ /**
1571
+ * Form validation status
1572
+ */
1573
+ isError?: boolean;
1574
+ }
1575
+
1576
+ export declare const BrStack: SFCWithInstall<{
1577
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
1578
+ class: {
1579
+ type: PropType<any>;
1580
+ };
1581
+ as: {
1582
+ type: PropType<string>;
1583
+ default: string;
1584
+ };
1585
+ direction: {
1586
+ type: PropType<ResponsiveProp<StackDirection>>;
1587
+ default: string;
1588
+ };
1589
+ radius: {
1590
+ type: PropType<ResponsiveProp<string | number>>;
1591
+ };
1592
+ padding: {
1593
+ type: PropType<ResponsiveProp<string | number>>;
1594
+ };
1595
+ wrap: {
1596
+ type: PropType<ResponsiveProp<StackWrap>>;
1597
+ default: string;
1598
+ };
1599
+ justify: {
1600
+ type: PropType<ResponsiveProp<StackJustify>>;
1601
+ default: string;
1602
+ };
1603
+ align: {
1604
+ type: PropType<ResponsiveProp<StackAlign>>;
1605
+ default: string;
1606
+ };
1607
+ gap: {
1608
+ type: PropType<ResponsiveProp<string | number>>;
1609
+ };
1610
+ shadow: {
1611
+ type: PropType<ResponsiveProp<string>>;
1612
+ };
1613
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
1614
+ as: string;
1615
+ direction: ResponsiveProp<StackDirection>;
1616
+ wrap: ResponsiveProp<StackWrap>;
1617
+ justify: ResponsiveProp<StackJustify>;
1618
+ align: ResponsiveProp<StackAlign>;
1619
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1620
+ P: {};
1621
+ B: {};
1622
+ D: {};
1623
+ C: {};
1624
+ M: {};
1625
+ Defaults: {};
1626
+ }, Readonly< ExtractPropTypes<{
1627
+ class: {
1628
+ type: PropType<any>;
1629
+ };
1630
+ as: {
1631
+ type: PropType<string>;
1632
+ default: string;
1633
+ };
1634
+ direction: {
1635
+ type: PropType<ResponsiveProp<StackDirection>>;
1636
+ default: string;
1637
+ };
1638
+ radius: {
1639
+ type: PropType<ResponsiveProp<string | number>>;
1640
+ };
1641
+ padding: {
1642
+ type: PropType<ResponsiveProp<string | number>>;
1643
+ };
1644
+ wrap: {
1645
+ type: PropType<ResponsiveProp<StackWrap>>;
1646
+ default: string;
1647
+ };
1648
+ justify: {
1649
+ type: PropType<ResponsiveProp<StackJustify>>;
1650
+ default: string;
1651
+ };
1652
+ align: {
1653
+ type: PropType<ResponsiveProp<StackAlign>>;
1654
+ default: string;
1655
+ };
1656
+ gap: {
1657
+ type: PropType<ResponsiveProp<string | number>>;
1658
+ };
1659
+ shadow: {
1660
+ type: PropType<ResponsiveProp<string>>;
1661
+ };
1662
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
1663
+ as: string;
1664
+ direction: ResponsiveProp<StackDirection>;
1665
+ wrap: ResponsiveProp<StackWrap>;
1666
+ justify: ResponsiveProp<StackJustify>;
1667
+ align: ResponsiveProp<StackAlign>;
1668
+ }>;
1669
+ __isFragment?: never;
1670
+ __isTeleport?: never;
1671
+ __isSuspense?: never;
1672
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
1673
+ class: {
1674
+ type: PropType<any>;
1675
+ };
1676
+ as: {
1677
+ type: PropType<string>;
1678
+ default: string;
1679
+ };
1680
+ direction: {
1681
+ type: PropType<ResponsiveProp<StackDirection>>;
1682
+ default: string;
1683
+ };
1684
+ radius: {
1685
+ type: PropType<ResponsiveProp<string | number>>;
1686
+ };
1687
+ padding: {
1688
+ type: PropType<ResponsiveProp<string | number>>;
1689
+ };
1690
+ wrap: {
1691
+ type: PropType<ResponsiveProp<StackWrap>>;
1692
+ default: string;
1693
+ };
1694
+ justify: {
1695
+ type: PropType<ResponsiveProp<StackJustify>>;
1696
+ default: string;
1697
+ };
1698
+ align: {
1699
+ type: PropType<ResponsiveProp<StackAlign>>;
1700
+ default: string;
1701
+ };
1702
+ gap: {
1703
+ type: PropType<ResponsiveProp<string | number>>;
1704
+ };
1705
+ shadow: {
1706
+ type: PropType<ResponsiveProp<string>>;
1707
+ };
1708
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
1709
+ as: string;
1710
+ direction: ResponsiveProp<StackDirection>;
1711
+ wrap: ResponsiveProp<StackWrap>;
1712
+ justify: ResponsiveProp<StackJustify>;
1713
+ align: ResponsiveProp<StackAlign>;
1714
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1715
+ $slots: {
1716
+ default?(_: {}): any;
1717
+ };
1718
+ })>;
1719
+
1720
+ export declare const BrSwitch: SFCWithInstall<{
1721
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
1722
+ size: {
1723
+ type: PropType<"default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl">;
1724
+ default: string;
1725
+ };
1726
+ class: {
1727
+ type: PropType<any>;
1728
+ };
1729
+ error: {
1730
+ type: PropType<boolean>;
1731
+ default: boolean;
1732
+ };
1733
+ name: {
1734
+ type: PropType<string>;
1735
+ };
1736
+ as: {
1737
+ type: PropType< AsTag | Component>;
1738
+ };
1739
+ disabled: {
1740
+ type: PropType<boolean>;
1741
+ default: boolean;
1742
+ };
1743
+ value: {
1744
+ type: PropType<string>;
1745
+ };
1746
+ loading: {
1747
+ type: PropType<boolean>;
1748
+ default: boolean;
1749
+ };
1750
+ id: {
1751
+ type: PropType<string>;
1752
+ };
1753
+ required: {
1754
+ type: PropType<boolean>;
1755
+ };
1756
+ defaultChecked: {
1757
+ type: PropType<boolean>;
1758
+ default: boolean;
1759
+ };
1760
+ checked: {
1761
+ type: PropType<boolean>;
1762
+ default: undefined;
1763
+ };
1764
+ asChild: {
1765
+ type: PropType<boolean>;
1766
+ };
1767
+ checkedText: {
1768
+ type: PropType<string>;
1769
+ };
1770
+ uncheckedText: {
1771
+ type: PropType<string>;
1772
+ };
1773
+ }>> & Readonly<{
1774
+ "onUpdate:checked"?: ((payload: boolean) => any) | undefined;
1775
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1776
+ "update:checked": (payload: boolean) => void;
1777
+ }, PublicProps, {
1778
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default";
1779
+ error: boolean;
1780
+ disabled: boolean;
1781
+ loading: boolean;
1782
+ defaultChecked: boolean;
1783
+ checked: boolean;
1784
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1785
+ P: {};
1786
+ B: {};
1787
+ D: {};
1788
+ C: {};
1789
+ M: {};
1790
+ Defaults: {};
1791
+ }, Readonly< ExtractPropTypes<{
1792
+ size: {
1793
+ type: PropType<"default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl">;
1794
+ default: string;
1795
+ };
1796
+ class: {
1797
+ type: PropType<any>;
1798
+ };
1799
+ error: {
1800
+ type: PropType<boolean>;
1801
+ default: boolean;
1802
+ };
1803
+ name: {
1804
+ type: PropType<string>;
1805
+ };
1806
+ as: {
1807
+ type: PropType< AsTag | Component>;
1808
+ };
1809
+ disabled: {
1810
+ type: PropType<boolean>;
1811
+ default: boolean;
1812
+ };
1813
+ value: {
1814
+ type: PropType<string>;
1815
+ };
1816
+ loading: {
1817
+ type: PropType<boolean>;
1818
+ default: boolean;
1819
+ };
1820
+ id: {
1821
+ type: PropType<string>;
1822
+ };
1823
+ required: {
1824
+ type: PropType<boolean>;
1825
+ };
1826
+ defaultChecked: {
1827
+ type: PropType<boolean>;
1828
+ default: boolean;
1829
+ };
1830
+ checked: {
1831
+ type: PropType<boolean>;
1832
+ default: undefined;
1833
+ };
1834
+ asChild: {
1835
+ type: PropType<boolean>;
1836
+ };
1837
+ checkedText: {
1838
+ type: PropType<string>;
1839
+ };
1840
+ uncheckedText: {
1841
+ type: PropType<string>;
1842
+ };
1843
+ }>> & Readonly<{
1844
+ "onUpdate:checked"?: ((payload: boolean) => any) | undefined;
1845
+ }>, {}, {}, {}, {}, {
1846
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default";
1847
+ error: boolean;
1848
+ disabled: boolean;
1849
+ loading: boolean;
1850
+ defaultChecked: boolean;
1851
+ checked: boolean;
1852
+ }>;
1853
+ __isFragment?: never;
1854
+ __isTeleport?: never;
1855
+ __isSuspense?: never;
1856
+ } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
1857
+ size: {
1858
+ type: PropType<"default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl">;
1859
+ default: string;
1860
+ };
1861
+ class: {
1862
+ type: PropType<any>;
1863
+ };
1864
+ error: {
1865
+ type: PropType<boolean>;
1866
+ default: boolean;
1867
+ };
1868
+ name: {
1869
+ type: PropType<string>;
1870
+ };
1871
+ as: {
1872
+ type: PropType< AsTag | Component>;
1873
+ };
1874
+ disabled: {
1875
+ type: PropType<boolean>;
1876
+ default: boolean;
1877
+ };
1878
+ value: {
1879
+ type: PropType<string>;
1880
+ };
1881
+ loading: {
1882
+ type: PropType<boolean>;
1883
+ default: boolean;
1884
+ };
1885
+ id: {
1886
+ type: PropType<string>;
1887
+ };
1888
+ required: {
1889
+ type: PropType<boolean>;
1890
+ };
1891
+ defaultChecked: {
1892
+ type: PropType<boolean>;
1893
+ default: boolean;
1894
+ };
1895
+ checked: {
1896
+ type: PropType<boolean>;
1897
+ default: undefined;
1898
+ };
1899
+ asChild: {
1900
+ type: PropType<boolean>;
1901
+ };
1902
+ checkedText: {
1903
+ type: PropType<string>;
1904
+ };
1905
+ uncheckedText: {
1906
+ type: PropType<string>;
1907
+ };
1908
+ }>> & Readonly<{
1909
+ "onUpdate:checked"?: ((payload: boolean) => any) | undefined;
1910
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1911
+ "update:checked": (payload: boolean) => void;
1912
+ }, string, {
1913
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "default";
1914
+ error: boolean;
1915
+ disabled: boolean;
1916
+ loading: boolean;
1917
+ defaultChecked: boolean;
1918
+ checked: boolean;
1919
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1920
+ $slots: {
1921
+ thumb?(_: {}): any;
1922
+ };
1923
+ })>;
1924
+
1925
+ export declare const BrTextarea: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TextareaProps>, {
1926
+ rows: number;
1927
+ size: string;
1928
+ error: boolean;
1929
+ clearable: boolean;
1930
+ autoSize: boolean;
1931
+ resize: string;
1932
+ disabled: boolean;
1933
+ readonly: boolean;
1934
+ }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1935
+ "update:modelValue": (payload: string | number) => void;
1936
+ clear: () => void;
1937
+ input: (event: Event) => void;
1938
+ change: (event: Event) => void;
1939
+ focus: (event: FocusEvent) => void;
1940
+ blur: (event: FocusEvent) => void;
1941
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_3<__VLS_TypePropsToRuntimeProps_3<TextareaProps>, {
1942
+ rows: number;
1943
+ size: string;
1944
+ error: boolean;
1945
+ clearable: boolean;
1946
+ autoSize: boolean;
1947
+ resize: string;
1948
+ disabled: boolean;
1949
+ readonly: boolean;
1950
+ }>>> & Readonly<{
1951
+ onBlur?: ((event: FocusEvent) => any) | undefined;
1952
+ onChange?: ((event: Event) => any) | undefined;
1953
+ onFocus?: ((event: FocusEvent) => any) | undefined;
1954
+ onInput?: ((event: Event) => any) | undefined;
1955
+ "onUpdate:modelValue"?: ((payload: string | number) => any) | undefined;
1956
+ onClear?: (() => any) | undefined;
1957
+ }>, {
1958
+ size: "default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null;
1959
+ error: boolean;
1960
+ resize: "none" | "horizontal" | "vertical" | "both" | null;
1961
+ disabled: boolean;
1962
+ clearable: boolean;
1963
+ readonly: boolean;
1964
+ rows: number | string;
1965
+ autoSize: boolean | {
1966
+ minRows?: number;
1967
+ maxRows?: number;
1968
+ };
1969
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
1970
+
1971
+ export declare interface ButtonEmits {
1972
+ (e: 'click', event: MouseEvent): void;
1973
+ }
1974
+
1975
+ export declare interface ButtonProps {
1976
+ variant?: ButtonVariants['variant'];
1977
+ color?: ButtonVariants['color'];
1978
+ size?: ButtonVariants['size'];
1979
+ as?: string;
1980
+ class?: any;
1981
+ disabled?: boolean;
1982
+ loading?: boolean;
1983
+ rounded?: boolean;
1984
+ type?: 'button' | 'submit' | 'reset';
1985
+ }
1986
+
1987
+ export declare interface ButtonSlots {
1988
+ default: () => any;
1989
+ prefix: () => any;
1990
+ suffix: () => any;
1991
+ }
1992
+
1993
+ declare type ButtonVariants = VariantProps<typeof buttonVariants>;
1994
+
1995
+ export declare const buttonVariants: (props?: ({
1996
+ variant?: "solid" | "outline" | "soft" | "link" | "dashed" | "ghost" | "plain" | "pure" | null | undefined;
1997
+ color?: "default" | "secondary" | "primary" | "success" | "warning" | "danger" | "info" | "carbon" | "accent" | null | undefined;
1998
+ size?: "default" | "sm" | "lg" | "icon" | "xs" | "md" | "xl" | "2xl" | null | undefined;
1999
+ } & ClassProp) | undefined) => string;
2000
+
2001
+ export declare interface CheckboxEmits {
2002
+ (e: 'update:modelValue', value: CheckboxModelValue): void;
2003
+ (e: 'change', value: CheckboxModelValue): void;
2004
+ }
2005
+
2006
+ export declare interface CheckboxGroupContext {
2007
+ modelValue: Ref<CheckboxGroupModelValue>;
2008
+ changeEvent: (value: CheckboxGroupModelValue) => void;
2009
+ disabled: Ref<boolean>;
2010
+ size: Ref<'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'default'>;
2011
+ name: Ref<string | undefined>;
2012
+ }
2013
+
2014
+ export declare const checkboxGroupContextKey: InjectionKey<CheckboxGroupContext>;
2015
+
2016
+ export declare interface CheckboxGroupEmits {
2017
+ (e: 'update:modelValue', value: CheckboxGroupModelValue): void;
2018
+ (e: 'change', value: CheckboxGroupModelValue): void;
2019
+ }
2020
+
2021
+ export declare type CheckboxGroupModelValue = (string | number)[];
2022
+
2023
+ export declare interface CheckboxGroupProps {
2024
+ modelValue?: CheckboxGroupModelValue;
2025
+ disabled?: boolean;
2026
+ name?: string;
2027
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'default';
2028
+ min?: number;
2029
+ max?: number;
2030
+ }
2031
+
2032
+ export declare const checkboxIndicatorVariants: (props?: ClassProp | undefined) => string;
2033
+
2034
+ export declare const checkboxLabelVariants: (props?: ({
2035
+ size?: "default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
2036
+ error?: boolean | null | undefined;
2037
+ } & ClassProp) | undefined) => string;
2038
+
2039
+ export declare type CheckboxModelValue = boolean | string | number | undefined;
2040
+
2041
+ export declare interface CheckboxProps {
2042
+ modelValue?: CheckboxModelValue;
2043
+ value?: string | number | boolean;
2044
+ disabled?: boolean;
2045
+ indeterminate?: boolean;
2046
+ label?: string;
2047
+ id?: string;
2048
+ name?: string;
2049
+ required?: boolean;
2050
+ error?: boolean;
2051
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'default';
2052
+ }
2053
+
2054
+ export declare const checkboxVariants: (props?: ({
2055
+ size?: "default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
2056
+ error?: boolean | null | undefined;
2057
+ } & ClassProp) | undefined) => string;
2058
+
2059
+ export declare interface ConfigProviderProps {
2060
+ /**
2061
+ * Global theme configuration
2062
+ */
2063
+ theme?: ThemeConfig;
2064
+ /**
2065
+ * Global sizing configuration
2066
+ */
2067
+ sizing?: SizingConfig;
2068
+ /**
2069
+ * The tag to render as the root element
2070
+ * @default 'div'
2071
+ */
2072
+ tag?: string;
2073
+ }
2074
+
2075
+ export declare interface ContainerProps {
2076
+ /**
2077
+ * 渲染为指定的标签
2078
+ * @default 'div'
2079
+ */
2080
+ as?: string;
2081
+ /**
2082
+ * 是否为流体布局(宽度 100%,无最大宽度限制)
2083
+ * @default false
2084
+ */
2085
+ fluid?: boolean;
2086
+ /**
2087
+ * 最大宽度变体
2088
+ * @default 'default'
2089
+ */
2090
+ maxWidth?: 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'default' | 'none';
2091
+ /**
2092
+ * 内边距变体,支持复用 BrConfigProvider 的 tokens
2093
+ * @default 'default'
2094
+ */
2095
+ padding?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'default' | 'none';
2096
+ /**
2097
+ * 是否居中对齐
2098
+ * @default true
2099
+ */
2100
+ centered?: boolean;
2101
+ /**
2102
+ * 自定义类名
2103
+ */
2104
+ class?: any;
2105
+ }
2106
+
2107
+ export declare interface ContainerSlots {
2108
+ default?: () => any;
2109
+ }
2110
+
2111
+ declare const _default: {
2112
+ install: (app: App) => void;
2113
+ };
2114
+ export default _default;
2115
+
2116
+ export declare type FlexAlign = 'start' | 'end' | 'center' | 'baseline' | 'stretch';
2117
+
2118
+ export declare type FlexDirection = 'row' | 'row-reverse' | 'col' | 'col-reverse';
2119
+
2120
+ export declare type FlexJustify = 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
2121
+
2122
+ export declare interface FlexProps {
2123
+ /**
2124
+ * 渲染为指定的标签
2125
+ * @default 'div'
2126
+ */
2127
+ as?: string;
2128
+ /**
2129
+ * flex-direction
2130
+ * @default 'row'
2131
+ */
2132
+ direction?: ResponsiveProp<FlexDirection>;
2133
+ /**
2134
+ * flex-wrap
2135
+ * @default 'nowrap'
2136
+ */
2137
+ wrap?: ResponsiveProp<FlexWrap>;
2138
+ /**
2139
+ * justify-content
2140
+ * @default 'start'
2141
+ */
2142
+ justify?: ResponsiveProp<FlexJustify>;
2143
+ /**
2144
+ * align-items
2145
+ * @default 'start'
2146
+ */
2147
+ align?: ResponsiveProp<FlexAlign>;
2148
+ /**
2149
+ * gap (支持 Tailwind 间距值或 BrConfigProvider 变量,如 '4', 'md')
2150
+ */
2151
+ gap?: ResponsiveProp<string | number>;
2152
+ /**
2153
+ * gap-x
2154
+ */
2155
+ gapX?: ResponsiveProp<string | number>;
2156
+ /**
2157
+ * gap-y
2158
+ */
2159
+ gapY?: ResponsiveProp<string | number>;
2160
+ /**
2161
+ * flex-grow
2162
+ */
2163
+ grow?: boolean;
2164
+ /**
2165
+ * flex-shrink
2166
+ */
2167
+ shrink?: boolean;
2168
+ /**
2169
+ * basis
2170
+ */
2171
+ basis?: string | number;
2172
+ /**
2173
+ * 自定义类名
2174
+ */
2175
+ class?: any;
2176
+ }
2177
+
2178
+ export declare type FlexWrap = 'nowrap' | 'wrap' | 'wrap-reverse';
2179
+
2180
+ export declare interface GridItemProps {
2181
+ /**
2182
+ * 渲染为指定的标签
2183
+ * @default 'div'
2184
+ */
2185
+ as?: string;
2186
+ /**
2187
+ * 跨越的列数
2188
+ */
2189
+ span?: number | string;
2190
+ /**
2191
+ * sm 断点下跨越的列数
2192
+ */
2193
+ sm?: number | string;
2194
+ /**
2195
+ * md 断点下跨越的列数
2196
+ */
2197
+ md?: number | string;
2198
+ /**
2199
+ * lg 断点下跨越的列数
2200
+ */
2201
+ lg?: number | string;
2202
+ /**
2203
+ * xl 断点下跨越的列数
2204
+ */
2205
+ xl?: number | string;
2206
+ /**
2207
+ * 2xl 断点下跨越的列数
2208
+ */
2209
+ xxl?: number | string;
2210
+ /**
2211
+ * 起始列位置
2212
+ */
2213
+ colStart?: number | string;
2214
+ /**
2215
+ * 结束列位置
2216
+ */
2217
+ colEnd?: number | string;
2218
+ /**
2219
+ * 自定义类名
2220
+ */
2221
+ class?: any;
2222
+ }
2223
+
2224
+ export declare interface GridProps {
2225
+ /**
2226
+ * 渲染为指定的标签
2227
+ * @default 'div'
2228
+ */
2229
+ as?: string;
2230
+ /**
2231
+ * 基础列数
2232
+ * @default 1
2233
+ */
2234
+ cols?: number | string;
2235
+ /**
2236
+ * sm 断点下的列数 (>=640px)
2237
+ */
2238
+ sm?: number | string;
2239
+ /**
2240
+ * md 断点下的列数 (>=768px)
2241
+ */
2242
+ md?: number | string;
2243
+ /**
2244
+ * lg 断点下的列数 (>=1024px)
2245
+ */
2246
+ lg?: number | string;
2247
+ /**
2248
+ * xl 断点下的列数 (>=1280px)
2249
+ */
2250
+ xl?: number | string;
2251
+ /**
2252
+ * 2xl 断点下的列数 (>=1536px)
2253
+ */
2254
+ xxl?: number | string;
2255
+ /**
2256
+ * 网格间距 (支持 Tailwind 间距值或 BrConfigProvider 变量,如 '4', 'md')
2257
+ */
2258
+ gap?: number | string;
2259
+ /**
2260
+ * 行间距
2261
+ */
2262
+ gapX?: number | string;
2263
+ /**
2264
+ * 列间距
2265
+ */
2266
+ gapY?: number | string;
2267
+ /**
2268
+ * 水平对齐方式
2269
+ */
2270
+ justify?: 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
2271
+ /**
2272
+ * 垂直对齐方式
2273
+ */
2274
+ align?: 'start' | 'end' | 'center' | 'baseline' | 'stretch';
2275
+ /**
2276
+ * 自定义类名
2277
+ */
2278
+ class?: any;
2279
+ }
2280
+
2281
+ export declare interface InputEmits {
2282
+ (e: 'update:modelValue', payload: string | number): void;
2283
+ (e: 'clear'): void;
2284
+ }
2285
+
2286
+ export declare interface InputProps {
2287
+ defaultValue?: string | number;
2288
+ modelValue?: string | number;
2289
+ size?: VariantProps<typeof inputVariants>['size'];
2290
+ error?: boolean;
2291
+ clearable?: boolean;
2292
+ showPassword?: boolean;
2293
+ disabled?: boolean;
2294
+ readonly?: boolean;
2295
+ type?: string;
2296
+ }
2297
+
2298
+ declare const inputVariants: (props?: ({
2299
+ size?: "default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
2300
+ error?: boolean | null | undefined;
2301
+ } & ClassProp) | undefined) => string;
2302
+
2303
+ export declare interface LabelProps extends LabelProps_2 {
2304
+ /**
2305
+ * The size of the label.
2306
+ * @default 'default'
2307
+ */
2308
+ size?: 'sm' | 'default' | 'lg';
2309
+ /**
2310
+ * The alignment of the label text.
2311
+ * @default 'left'
2312
+ */
2313
+ align?: 'left' | 'center' | 'right';
2314
+ /**
2315
+ * Whether the label should show a required indicator (*).
2316
+ * @default false
2317
+ */
2318
+ required?: boolean;
2319
+ /**
2320
+ * Whether the label is disabled.
2321
+ * @default false
2322
+ */
2323
+ disabled?: boolean;
2324
+ /**
2325
+ * Custom class names.
2326
+ */
2327
+ class?: string;
2328
+ }
2329
+
2330
+ export declare const labelVariants: (props?: ({
2331
+ size?: "default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
2332
+ align?: "center" | "left" | "right" | null | undefined;
2333
+ disabled?: boolean | null | undefined;
2334
+ } & ClassProp) | undefined) => string;
2335
+
2336
+ export declare interface RadioGroupContext {
2337
+ modelValue: Ref<RadioValue | undefined>;
2338
+ changeEvent: (value: RadioValue) => void;
2339
+ disabled: Ref<boolean>;
2340
+ size: Ref<'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'default'>;
2341
+ name: Ref<string | undefined>;
2342
+ required: Ref<boolean>;
2343
+ }
2344
+
2345
+ export declare const radioGroupContextKey: InjectionKey<RadioGroupContext>;
2346
+
2347
+ export declare interface RadioGroupEmits {
2348
+ (e: 'update:modelValue', value: RadioValue): void;
2349
+ (e: 'change', value: RadioValue): void;
2350
+ }
2351
+
2352
+ export declare interface RadioGroupProps {
2353
+ modelValue?: RadioValue;
2354
+ disabled?: boolean;
2355
+ name?: string;
2356
+ required?: boolean;
2357
+ orientation?: 'horizontal' | 'vertical';
2358
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'default';
2359
+ loop?: boolean;
2360
+ }
2361
+
2362
+ export declare const radioIndicatorVariants: (props?: ClassProp | undefined) => string;
2363
+
2364
+ export declare const radioLabelVariants: (props?: ({
2365
+ size?: "default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
2366
+ error?: boolean | null | undefined;
2367
+ } & ClassProp) | undefined) => string;
2368
+
2369
+ export declare interface RadioProps {
2370
+ value: RadioValue;
2371
+ disabled?: boolean;
2372
+ id?: string;
2373
+ name?: string;
2374
+ required?: boolean;
2375
+ error?: boolean;
2376
+ label?: string;
2377
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'default';
2378
+ }
2379
+
2380
+ export declare type RadioValue = string | number | boolean;
2381
+
2382
+ export declare const radioVariants: (props?: ({
2383
+ size?: "default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
2384
+ error?: boolean | null | undefined;
2385
+ } & ClassProp) | undefined) => string;
2386
+
2387
+ export declare type ResponsiveProp<T> = T | Partial<Record<Breakpoint, T>>;
2388
+
2389
+ export declare const selectContentVariants: (props?: ({
2390
+ position?: "popper" | "item" | null | undefined;
2391
+ } & ClassProp) | undefined) => string;
2392
+
2393
+ export declare interface SelectEmits {
2394
+ (e: 'update:modelValue', value: string | number | (string | number)[]): void;
2395
+ (e: 'change', value: string | number | (string | number)[]): void;
2396
+ (e: 'clear'): void;
2397
+ (e: 'search', query: string): void;
2398
+ }
2399
+
2400
+ export declare const selectItemVariants: (props?: ClassProp | undefined) => string;
2401
+
2402
+ export declare interface SelectOption {
2403
+ label: string;
2404
+ value: string | number;
2405
+ disabled?: boolean;
2406
+ group?: string;
2407
+ }
2408
+
2409
+ export declare interface SelectProps {
2410
+ /**
2411
+ * The value of the select
2412
+ */
2413
+ modelValue?: string | number | (string | number)[];
2414
+ /**
2415
+ * The default value of the select
2416
+ */
2417
+ defaultValue?: string | number | (string | number)[];
2418
+ /**
2419
+ * The options of the select
2420
+ */
2421
+ options?: (string | number | SelectOption)[];
2422
+ /**
2423
+ * Whether the select is disabled
2424
+ */
2425
+ disabled?: boolean;
2426
+ /**
2427
+ * The placeholder of the select
2428
+ */
2429
+ placeholder?: string;
2430
+ /**
2431
+ * The size of the select
2432
+ */
2433
+ size?: 'default' | 'sm' | 'lg';
2434
+ /**
2435
+ * Whether the select is in error state
2436
+ */
2437
+ error?: boolean;
2438
+ /**
2439
+ * Whether the select is clearable
2440
+ */
2441
+ clearable?: boolean;
2442
+ /**
2443
+ * Whether the select is filterable (searchable)
2444
+ */
2445
+ filterable?: boolean;
2446
+ /**
2447
+ * Whether the select supports multiple selection
2448
+ */
2449
+ multiple?: boolean;
2450
+ /**
2451
+ * Loading state for remote search
2452
+ */
2453
+ loading?: boolean;
2454
+ /**
2455
+ * Text to display when no options match
2456
+ */
2457
+ emptyText?: string;
2458
+ }
2459
+
2460
+ export declare type SelectTriggerVariants = VariantProps<typeof selectTriggerVariants>;
2461
+
2462
+ export declare const selectTriggerVariants: (props?: ({
2463
+ size?: "default" | "sm" | "lg" | "icon" | "xs" | "md" | "xl" | "2xl" | null | undefined;
2464
+ error?: boolean | null | undefined;
2465
+ } & ClassProp) | undefined) => string;
2466
+
2467
+ declare type SFCWithInstall<T> = T & Plugin_2;
2468
+
2469
+ export declare interface SizeConfig {
2470
+ height?: string | number;
2471
+ paddingX?: string | number;
2472
+ fontSize?: string | number;
2473
+ width?: string | number;
2474
+ }
2475
+
2476
+ export declare interface SizingConfig {
2477
+ xs?: SizeConfig;
2478
+ sm?: SizeConfig;
2479
+ md?: SizeConfig;
2480
+ lg?: SizeConfig;
2481
+ xl?: SizeConfig;
2482
+ '2xl'?: SizeConfig;
2483
+ icon?: SizeConfig;
2484
+ }
2485
+
2486
+ export declare type SliderSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
2487
+
2488
+ export declare type StackAlign = 'start' | 'end' | 'center' | 'baseline' | 'stretch';
2489
+
2490
+ export declare type StackDirection = 'vertical' | 'horizontal';
2491
+
2492
+ export declare type StackJustify = 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
2493
+
2494
+ export declare interface StackProps {
2495
+ /**
2496
+ * Render as HTML tag
2497
+ * @default 'div'
2498
+ */
2499
+ as?: string;
2500
+ /**
2501
+ * Stack direction
2502
+ * @default 'vertical'
2503
+ */
2504
+ direction?: ResponsiveProp<StackDirection>;
2505
+ /**
2506
+ * Gap between items
2507
+ */
2508
+ gap?: ResponsiveProp<string | number>;
2509
+ /**
2510
+ * Alignment along cross axis
2511
+ * @default 'stretch'
2512
+ */
2513
+ align?: ResponsiveProp<StackAlign>;
2514
+ /**
2515
+ * Justification along main axis
2516
+ * @default 'start'
2517
+ */
2518
+ justify?: ResponsiveProp<StackJustify>;
2519
+ /**
2520
+ * Wrap behavior
2521
+ * @default 'nowrap'
2522
+ */
2523
+ wrap?: ResponsiveProp<StackWrap>;
2524
+ /**
2525
+ * Padding around content
2526
+ */
2527
+ padding?: ResponsiveProp<string | number>;
2528
+ /**
2529
+ * Border radius
2530
+ */
2531
+ radius?: ResponsiveProp<string | number>;
2532
+ /**
2533
+ * Box shadow
2534
+ */
2535
+ shadow?: ResponsiveProp<string>;
2536
+ class?: any;
2537
+ }
2538
+
2539
+ export declare type StackWrap = 'wrap' | 'nowrap' | 'wrap-reverse';
2540
+
2541
+ export declare type SwitchEmits = SwitchRootEmits;
2542
+
2543
+ export declare interface SwitchProps extends /* @vue-ignore */ SwitchRootProps {
2544
+ loading?: boolean;
2545
+ size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | 'default';
2546
+ error?: boolean;
2547
+ checkedText?: string;
2548
+ uncheckedText?: string;
2549
+ disabled?: boolean;
2550
+ class?: any;
2551
+ }
2552
+
2553
+ export declare interface TextareaEmits {
2554
+ (e: 'update:modelValue', payload: string | number): void;
2555
+ (e: 'clear'): void;
2556
+ (e: 'input', event: Event): void;
2557
+ (e: 'change', event: Event): void;
2558
+ (e: 'focus', event: FocusEvent): void;
2559
+ (e: 'blur', event: FocusEvent): void;
2560
+ }
2561
+
2562
+ export declare interface TextareaProps {
2563
+ defaultValue?: string | number;
2564
+ modelValue?: string | number;
2565
+ size?: VariantProps<typeof textareaVariants>['size'];
2566
+ error?: boolean;
2567
+ clearable?: boolean;
2568
+ disabled?: boolean;
2569
+ readonly?: boolean;
2570
+ placeholder?: string;
2571
+ rows?: number | string;
2572
+ maxlength?: number | string;
2573
+ showCount?: boolean;
2574
+ autoSize?: boolean | {
2575
+ minRows?: number;
2576
+ maxRows?: number;
2577
+ };
2578
+ resize?: VariantProps<typeof textareaVariants>['resize'];
2579
+ }
2580
+
2581
+ export declare const textareaVariants: (props?: ({
2582
+ size?: "default" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
2583
+ error?: boolean | null | undefined;
2584
+ resize?: "none" | "horizontal" | "vertical" | "both" | null | undefined;
2585
+ } & ClassProp) | undefined) => string;
2586
+
2587
+ export declare interface ThemeConfig {
2588
+ background?: string;
2589
+ foreground?: string;
2590
+ card?: string;
2591
+ cardForeground?: string;
2592
+ popover?: string;
2593
+ popoverForeground?: string;
2594
+ primary?: string;
2595
+ primaryForeground?: string;
2596
+ secondary?: string;
2597
+ secondaryForeground?: string;
2598
+ muted?: string;
2599
+ mutedForeground?: string;
2600
+ accent?: string;
2601
+ accentForeground?: string;
2602
+ destructive?: string;
2603
+ destructiveForeground?: string;
2604
+ success?: string;
2605
+ successForeground?: string;
2606
+ warning?: string;
2607
+ warningForeground?: string;
2608
+ info?: string;
2609
+ infoForeground?: string;
2610
+ carbon?: string;
2611
+ carbonForeground?: string;
2612
+ border?: string;
2613
+ input?: string;
2614
+ ring?: string;
2615
+ radius?: string | number;
2616
+ }
2617
+
2618
+ export { }