eddev 2.0.0-beta.210 → 2.0.0-beta.211
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.
- package/dist/app/lib/devtools/hooks/useTailwind.d.ts +133 -1177
- package/dist/app/lib/devtools/hooks/useTailwind.d.ts.map +1 -1
- package/dist/app/lib/devtools/useQueryDebug.d.ts +1 -1
- package/dist/app/lib/internal/read-block-manifest.d.ts +1 -0
- package/dist/app/lib/internal/read-block-manifest.d.ts.map +1 -1
- package/dist/app/lib/internal/read-block-manifest.js +7 -0
- package/dist/app/lib/internal/read-view-manifest.d.ts +6 -4
- package/dist/app/lib/internal/read-view-manifest.d.ts.map +1 -1
- package/dist/app/lib/internal/read-view-manifest.js +18 -0
- package/dist/app/lib/routing/components/Link.d.ts.map +1 -1
- package/dist/app/lib/routing/loader.d.ts.map +1 -1
- package/dist/app/server/render-ssr-page.d.ts +1 -1
- package/dist/app/server/render-ssr-page.d.ts.map +1 -1
- package/dist/app/server/render-ssr-page.js +1 -1
- package/dist/app/server/rpc.d.ts +15 -7
- package/dist/app/server/rpc.d.ts.map +1 -1
- package/dist/node/cli/display/hooks/useStatefulLog.d.ts.map +1 -1
- package/dist/node/cli/version.d.ts +1 -1
- package/dist/node/cli/version.js +1 -1
- package/dist/node/compiler/vinxi-codegen.d.ts.map +1 -1
- package/dist/node/compiler/vinxi-codegen.js +6 -3
- package/dist/node/utils/fs.d.ts.map +1 -1
- package/dist/node/utils/report-builder.d.ts +6 -6
- package/package.json +1 -1
|
@@ -50,7 +50,7 @@ export declare function useTailwindConfig(): {
|
|
|
50
50
|
readonly variants?: readonly string[] | undefined;
|
|
51
51
|
})[] | undefined;
|
|
52
52
|
readonly blocklist?: readonly string[] | undefined;
|
|
53
|
-
readonly presets?: readonly
|
|
53
|
+
readonly presets?: readonly any[] | undefined;
|
|
54
54
|
readonly future?: "all" | readonly [] | {
|
|
55
55
|
readonly hoverOnlyWhenSupported?: boolean | undefined;
|
|
56
56
|
readonly respectDefaultRingColorOpacity?: boolean | undefined;
|
|
@@ -92,7 +92,7 @@ export declare function useTailwindConfig(): {
|
|
|
92
92
|
readonly [x: string]: string;
|
|
93
93
|
} | undefined;
|
|
94
94
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
95
|
-
readonly [x: string]: string |
|
|
95
|
+
readonly [x: string]: string | any;
|
|
96
96
|
} | undefined;
|
|
97
97
|
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
98
98
|
readonly [x: string]: string;
|
|
@@ -256,7 +256,7 @@ export declare function useTailwindConfig(): {
|
|
|
256
256
|
readonly [x: string]: string;
|
|
257
257
|
} | undefined;
|
|
258
258
|
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
259
|
-
readonly [x: string]: string |
|
|
259
|
+
readonly [x: string]: string | any;
|
|
260
260
|
} | undefined;
|
|
261
261
|
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
262
262
|
readonly [x: string]: string;
|
|
@@ -268,13 +268,13 @@ export declare function useTailwindConfig(): {
|
|
|
268
268
|
readonly [x: string]: string;
|
|
269
269
|
} | undefined;
|
|
270
270
|
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
271
|
-
readonly [x: string]: string |
|
|
271
|
+
readonly [x: string]: string | any;
|
|
272
272
|
} | undefined;
|
|
273
273
|
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
274
274
|
readonly [x: string]: string;
|
|
275
275
|
} | undefined;
|
|
276
276
|
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
277
|
-
readonly [x: string]: string |
|
|
277
|
+
readonly [x: string]: string | any;
|
|
278
278
|
} | undefined;
|
|
279
279
|
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
280
280
|
readonly [x: string]: string;
|
|
@@ -283,7 +283,7 @@ export declare function useTailwindConfig(): {
|
|
|
283
283
|
readonly [x: string]: string;
|
|
284
284
|
} | undefined;
|
|
285
285
|
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
286
|
-
readonly [x: string]: string |
|
|
286
|
+
readonly [x: string]: string | any;
|
|
287
287
|
} | undefined;
|
|
288
288
|
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
289
289
|
readonly [x: string]: string;
|
|
@@ -292,10 +292,10 @@ export declare function useTailwindConfig(): {
|
|
|
292
292
|
readonly [x: string]: string;
|
|
293
293
|
} | undefined;
|
|
294
294
|
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
295
|
-
readonly [x: string]: string |
|
|
295
|
+
readonly [x: string]: string | any;
|
|
296
296
|
} | undefined;
|
|
297
297
|
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
298
|
-
readonly [x: string]: string |
|
|
298
|
+
readonly [x: string]: string | any;
|
|
299
299
|
} | undefined;
|
|
300
300
|
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
301
301
|
readonly [x: string]: string;
|
|
@@ -339,13 +339,13 @@ export declare function useTailwindConfig(): {
|
|
|
339
339
|
readonly [x: string]: string;
|
|
340
340
|
} | undefined;
|
|
341
341
|
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
342
|
-
readonly [x: string]: string |
|
|
342
|
+
readonly [x: string]: string | any;
|
|
343
343
|
} | undefined;
|
|
344
344
|
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
345
345
|
readonly [x: string]: string;
|
|
346
346
|
} | undefined;
|
|
347
347
|
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
348
|
-
readonly [x: string]: string |
|
|
348
|
+
readonly [x: string]: string | any;
|
|
349
349
|
} | undefined;
|
|
350
350
|
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
351
351
|
readonly [x: string]: string;
|
|
@@ -354,16 +354,16 @@ export declare function useTailwindConfig(): {
|
|
|
354
354
|
readonly [x: string]: string;
|
|
355
355
|
} | undefined;
|
|
356
356
|
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
357
|
-
readonly [x: string]: string |
|
|
357
|
+
readonly [x: string]: string | any;
|
|
358
358
|
} | undefined;
|
|
359
359
|
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
360
360
|
readonly [x: string]: string;
|
|
361
361
|
} | undefined;
|
|
362
362
|
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
363
|
-
readonly [x: string]: string |
|
|
363
|
+
readonly [x: string]: string | any;
|
|
364
364
|
} | undefined;
|
|
365
365
|
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
366
|
-
readonly [x: string]: string |
|
|
366
|
+
readonly [x: string]: string | any;
|
|
367
367
|
} | undefined;
|
|
368
368
|
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
369
369
|
readonly [x: string]: string;
|
|
@@ -372,7 +372,7 @@ export declare function useTailwindConfig(): {
|
|
|
372
372
|
readonly [x: string]: string | readonly string[];
|
|
373
373
|
} | undefined;
|
|
374
374
|
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
375
|
-
readonly [x: string]: string |
|
|
375
|
+
readonly [x: string]: string | any;
|
|
376
376
|
} | undefined;
|
|
377
377
|
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
378
378
|
readonly [x: string]: string;
|
|
@@ -381,13 +381,13 @@ export declare function useTailwindConfig(): {
|
|
|
381
381
|
readonly [x: string]: string;
|
|
382
382
|
} | undefined;
|
|
383
383
|
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
384
|
-
readonly [x: string]: string |
|
|
384
|
+
readonly [x: string]: string | any;
|
|
385
385
|
} | undefined;
|
|
386
386
|
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
387
387
|
readonly [x: string]: string;
|
|
388
388
|
} | undefined;
|
|
389
389
|
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
390
|
-
readonly [x: string]: string |
|
|
390
|
+
readonly [x: string]: string | any;
|
|
391
391
|
} | undefined;
|
|
392
392
|
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
393
393
|
readonly [x: string]: string;
|
|
@@ -396,7 +396,7 @@ export declare function useTailwindConfig(): {
|
|
|
396
396
|
readonly [x: string]: string;
|
|
397
397
|
} | undefined;
|
|
398
398
|
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
399
|
-
readonly [x: string]: string |
|
|
399
|
+
readonly [x: string]: string | any;
|
|
400
400
|
} | undefined;
|
|
401
401
|
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
402
402
|
readonly [x: string]: string;
|
|
@@ -500,7 +500,7 @@ export declare function useTailwindConfig(): {
|
|
|
500
500
|
readonly [x: string]: string;
|
|
501
501
|
} | undefined;
|
|
502
502
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
503
|
-
readonly [x: string]: string |
|
|
503
|
+
readonly [x: string]: string | any;
|
|
504
504
|
} | undefined;
|
|
505
505
|
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
506
506
|
readonly [x: string]: string;
|
|
@@ -664,7 +664,7 @@ export declare function useTailwindConfig(): {
|
|
|
664
664
|
readonly [x: string]: string;
|
|
665
665
|
} | undefined;
|
|
666
666
|
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
667
|
-
readonly [x: string]: string |
|
|
667
|
+
readonly [x: string]: string | any;
|
|
668
668
|
} | undefined;
|
|
669
669
|
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
670
670
|
readonly [x: string]: string;
|
|
@@ -676,13 +676,13 @@ export declare function useTailwindConfig(): {
|
|
|
676
676
|
readonly [x: string]: string;
|
|
677
677
|
} | undefined;
|
|
678
678
|
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
679
|
-
readonly [x: string]: string |
|
|
679
|
+
readonly [x: string]: string | any;
|
|
680
680
|
} | undefined;
|
|
681
681
|
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
682
682
|
readonly [x: string]: string;
|
|
683
683
|
} | undefined;
|
|
684
684
|
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
685
|
-
readonly [x: string]: string |
|
|
685
|
+
readonly [x: string]: string | any;
|
|
686
686
|
} | undefined;
|
|
687
687
|
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
688
688
|
readonly [x: string]: string;
|
|
@@ -691,7 +691,7 @@ export declare function useTailwindConfig(): {
|
|
|
691
691
|
readonly [x: string]: string;
|
|
692
692
|
} | undefined;
|
|
693
693
|
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
694
|
-
readonly [x: string]: string |
|
|
694
|
+
readonly [x: string]: string | any;
|
|
695
695
|
} | undefined;
|
|
696
696
|
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
697
697
|
readonly [x: string]: string;
|
|
@@ -700,10 +700,10 @@ export declare function useTailwindConfig(): {
|
|
|
700
700
|
readonly [x: string]: string;
|
|
701
701
|
} | undefined;
|
|
702
702
|
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
703
|
-
readonly [x: string]: string |
|
|
703
|
+
readonly [x: string]: string | any;
|
|
704
704
|
} | undefined;
|
|
705
705
|
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
706
|
-
readonly [x: string]: string |
|
|
706
|
+
readonly [x: string]: string | any;
|
|
707
707
|
} | undefined;
|
|
708
708
|
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
709
709
|
readonly [x: string]: string;
|
|
@@ -747,13 +747,13 @@ export declare function useTailwindConfig(): {
|
|
|
747
747
|
readonly [x: string]: string;
|
|
748
748
|
} | undefined;
|
|
749
749
|
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
750
|
-
readonly [x: string]: string |
|
|
750
|
+
readonly [x: string]: string | any;
|
|
751
751
|
} | undefined;
|
|
752
752
|
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
753
753
|
readonly [x: string]: string;
|
|
754
754
|
} | undefined;
|
|
755
755
|
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
756
|
-
readonly [x: string]: string |
|
|
756
|
+
readonly [x: string]: string | any;
|
|
757
757
|
} | undefined;
|
|
758
758
|
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
759
759
|
readonly [x: string]: string;
|
|
@@ -762,16 +762,16 @@ export declare function useTailwindConfig(): {
|
|
|
762
762
|
readonly [x: string]: string;
|
|
763
763
|
} | undefined;
|
|
764
764
|
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
765
|
-
readonly [x: string]: string |
|
|
765
|
+
readonly [x: string]: string | any;
|
|
766
766
|
} | undefined;
|
|
767
767
|
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
768
768
|
readonly [x: string]: string;
|
|
769
769
|
} | undefined;
|
|
770
770
|
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
771
|
-
readonly [x: string]: string |
|
|
771
|
+
readonly [x: string]: string | any;
|
|
772
772
|
} | undefined;
|
|
773
773
|
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
774
|
-
readonly [x: string]: string |
|
|
774
|
+
readonly [x: string]: string | any;
|
|
775
775
|
} | undefined;
|
|
776
776
|
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
777
777
|
readonly [x: string]: string;
|
|
@@ -780,7 +780,7 @@ export declare function useTailwindConfig(): {
|
|
|
780
780
|
readonly [x: string]: string | readonly string[];
|
|
781
781
|
} | undefined;
|
|
782
782
|
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
783
|
-
readonly [x: string]: string |
|
|
783
|
+
readonly [x: string]: string | any;
|
|
784
784
|
} | undefined;
|
|
785
785
|
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
786
786
|
readonly [x: string]: string;
|
|
@@ -789,13 +789,13 @@ export declare function useTailwindConfig(): {
|
|
|
789
789
|
readonly [x: string]: string;
|
|
790
790
|
} | undefined;
|
|
791
791
|
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
792
|
-
readonly [x: string]: string |
|
|
792
|
+
readonly [x: string]: string | any;
|
|
793
793
|
} | undefined;
|
|
794
794
|
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
795
795
|
readonly [x: string]: string;
|
|
796
796
|
} | undefined;
|
|
797
797
|
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
798
|
-
readonly [x: string]: string |
|
|
798
|
+
readonly [x: string]: string | any;
|
|
799
799
|
} | undefined;
|
|
800
800
|
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
801
801
|
readonly [x: string]: string;
|
|
@@ -804,7 +804,7 @@ export declare function useTailwindConfig(): {
|
|
|
804
804
|
readonly [x: string]: string;
|
|
805
805
|
} | undefined;
|
|
806
806
|
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
807
|
-
readonly [x: string]: string |
|
|
807
|
+
readonly [x: string]: string | any;
|
|
808
808
|
} | undefined;
|
|
809
809
|
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
810
810
|
readonly [x: string]: string;
|
|
@@ -1095,7 +1095,7 @@ export declare function useTailwindConfig(): {
|
|
|
1095
1095
|
readonly variants?: readonly string[] | undefined;
|
|
1096
1096
|
})[] | undefined;
|
|
1097
1097
|
readonly blocklist?: readonly string[] | undefined;
|
|
1098
|
-
readonly presets?: readonly
|
|
1098
|
+
readonly presets?: readonly any[] | undefined;
|
|
1099
1099
|
readonly future?: "all" | readonly [] | {
|
|
1100
1100
|
readonly hoverOnlyWhenSupported?: boolean | undefined;
|
|
1101
1101
|
readonly respectDefaultRingColorOpacity?: boolean | undefined;
|
|
@@ -1137,7 +1137,7 @@ export declare function useTailwindConfig(): {
|
|
|
1137
1137
|
readonly [x: string]: string;
|
|
1138
1138
|
} | undefined;
|
|
1139
1139
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1140
|
-
readonly [x: string]: string |
|
|
1140
|
+
readonly [x: string]: string | any;
|
|
1141
1141
|
} | undefined;
|
|
1142
1142
|
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1143
1143
|
readonly [x: string]: string;
|
|
@@ -1301,7 +1301,7 @@ export declare function useTailwindConfig(): {
|
|
|
1301
1301
|
readonly [x: string]: string;
|
|
1302
1302
|
} | undefined;
|
|
1303
1303
|
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1304
|
-
readonly [x: string]: string |
|
|
1304
|
+
readonly [x: string]: string | any;
|
|
1305
1305
|
} | undefined;
|
|
1306
1306
|
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1307
1307
|
readonly [x: string]: string;
|
|
@@ -1313,13 +1313,13 @@ export declare function useTailwindConfig(): {
|
|
|
1313
1313
|
readonly [x: string]: string;
|
|
1314
1314
|
} | undefined;
|
|
1315
1315
|
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1316
|
-
readonly [x: string]: string |
|
|
1316
|
+
readonly [x: string]: string | any;
|
|
1317
1317
|
} | undefined;
|
|
1318
1318
|
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1319
1319
|
readonly [x: string]: string;
|
|
1320
1320
|
} | undefined;
|
|
1321
1321
|
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1322
|
-
readonly [x: string]: string |
|
|
1322
|
+
readonly [x: string]: string | any;
|
|
1323
1323
|
} | undefined;
|
|
1324
1324
|
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1325
1325
|
readonly [x: string]: string;
|
|
@@ -1328,7 +1328,7 @@ export declare function useTailwindConfig(): {
|
|
|
1328
1328
|
readonly [x: string]: string;
|
|
1329
1329
|
} | undefined;
|
|
1330
1330
|
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1331
|
-
readonly [x: string]: string |
|
|
1331
|
+
readonly [x: string]: string | any;
|
|
1332
1332
|
} | undefined;
|
|
1333
1333
|
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1334
1334
|
readonly [x: string]: string;
|
|
@@ -1337,10 +1337,10 @@ export declare function useTailwindConfig(): {
|
|
|
1337
1337
|
readonly [x: string]: string;
|
|
1338
1338
|
} | undefined;
|
|
1339
1339
|
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1340
|
-
readonly [x: string]: string |
|
|
1340
|
+
readonly [x: string]: string | any;
|
|
1341
1341
|
} | undefined;
|
|
1342
1342
|
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1343
|
-
readonly [x: string]: string |
|
|
1343
|
+
readonly [x: string]: string | any;
|
|
1344
1344
|
} | undefined;
|
|
1345
1345
|
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1346
1346
|
readonly [x: string]: string;
|
|
@@ -1384,13 +1384,13 @@ export declare function useTailwindConfig(): {
|
|
|
1384
1384
|
readonly [x: string]: string;
|
|
1385
1385
|
} | undefined;
|
|
1386
1386
|
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1387
|
-
readonly [x: string]: string |
|
|
1387
|
+
readonly [x: string]: string | any;
|
|
1388
1388
|
} | undefined;
|
|
1389
1389
|
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1390
1390
|
readonly [x: string]: string;
|
|
1391
1391
|
} | undefined;
|
|
1392
1392
|
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1393
|
-
readonly [x: string]: string |
|
|
1393
|
+
readonly [x: string]: string | any;
|
|
1394
1394
|
} | undefined;
|
|
1395
1395
|
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1396
1396
|
readonly [x: string]: string;
|
|
@@ -1399,16 +1399,16 @@ export declare function useTailwindConfig(): {
|
|
|
1399
1399
|
readonly [x: string]: string;
|
|
1400
1400
|
} | undefined;
|
|
1401
1401
|
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1402
|
-
readonly [x: string]: string |
|
|
1402
|
+
readonly [x: string]: string | any;
|
|
1403
1403
|
} | undefined;
|
|
1404
1404
|
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1405
1405
|
readonly [x: string]: string;
|
|
1406
1406
|
} | undefined;
|
|
1407
1407
|
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1408
|
-
readonly [x: string]: string |
|
|
1408
|
+
readonly [x: string]: string | any;
|
|
1409
1409
|
} | undefined;
|
|
1410
1410
|
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1411
|
-
readonly [x: string]: string |
|
|
1411
|
+
readonly [x: string]: string | any;
|
|
1412
1412
|
} | undefined;
|
|
1413
1413
|
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1414
1414
|
readonly [x: string]: string;
|
|
@@ -1417,7 +1417,7 @@ export declare function useTailwindConfig(): {
|
|
|
1417
1417
|
readonly [x: string]: string | readonly string[];
|
|
1418
1418
|
} | undefined;
|
|
1419
1419
|
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1420
|
-
readonly [x: string]: string |
|
|
1420
|
+
readonly [x: string]: string | any;
|
|
1421
1421
|
} | undefined;
|
|
1422
1422
|
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1423
1423
|
readonly [x: string]: string;
|
|
@@ -1426,13 +1426,13 @@ export declare function useTailwindConfig(): {
|
|
|
1426
1426
|
readonly [x: string]: string;
|
|
1427
1427
|
} | undefined;
|
|
1428
1428
|
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1429
|
-
readonly [x: string]: string |
|
|
1429
|
+
readonly [x: string]: string | any;
|
|
1430
1430
|
} | undefined;
|
|
1431
1431
|
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1432
1432
|
readonly [x: string]: string;
|
|
1433
1433
|
} | undefined;
|
|
1434
1434
|
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1435
|
-
readonly [x: string]: string |
|
|
1435
|
+
readonly [x: string]: string | any;
|
|
1436
1436
|
} | undefined;
|
|
1437
1437
|
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1438
1438
|
readonly [x: string]: string;
|
|
@@ -1441,7 +1441,7 @@ export declare function useTailwindConfig(): {
|
|
|
1441
1441
|
readonly [x: string]: string;
|
|
1442
1442
|
} | undefined;
|
|
1443
1443
|
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1444
|
-
readonly [x: string]: string |
|
|
1444
|
+
readonly [x: string]: string | any;
|
|
1445
1445
|
} | undefined;
|
|
1446
1446
|
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1447
1447
|
readonly [x: string]: string;
|
|
@@ -1545,7 +1545,7 @@ export declare function useTailwindConfig(): {
|
|
|
1545
1545
|
readonly [x: string]: string;
|
|
1546
1546
|
} | undefined;
|
|
1547
1547
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1548
|
-
readonly [x: string]: string |
|
|
1548
|
+
readonly [x: string]: string | any;
|
|
1549
1549
|
} | undefined;
|
|
1550
1550
|
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1551
1551
|
readonly [x: string]: string;
|
|
@@ -1709,7 +1709,7 @@ export declare function useTailwindConfig(): {
|
|
|
1709
1709
|
readonly [x: string]: string;
|
|
1710
1710
|
} | undefined;
|
|
1711
1711
|
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1712
|
-
readonly [x: string]: string |
|
|
1712
|
+
readonly [x: string]: string | any;
|
|
1713
1713
|
} | undefined;
|
|
1714
1714
|
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1715
1715
|
readonly [x: string]: string;
|
|
@@ -1721,13 +1721,13 @@ export declare function useTailwindConfig(): {
|
|
|
1721
1721
|
readonly [x: string]: string;
|
|
1722
1722
|
} | undefined;
|
|
1723
1723
|
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1724
|
-
readonly [x: string]: string |
|
|
1724
|
+
readonly [x: string]: string | any;
|
|
1725
1725
|
} | undefined;
|
|
1726
1726
|
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1727
1727
|
readonly [x: string]: string;
|
|
1728
1728
|
} | undefined;
|
|
1729
1729
|
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1730
|
-
readonly [x: string]: string |
|
|
1730
|
+
readonly [x: string]: string | any;
|
|
1731
1731
|
} | undefined;
|
|
1732
1732
|
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1733
1733
|
readonly [x: string]: string;
|
|
@@ -1736,7 +1736,7 @@ export declare function useTailwindConfig(): {
|
|
|
1736
1736
|
readonly [x: string]: string;
|
|
1737
1737
|
} | undefined;
|
|
1738
1738
|
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1739
|
-
readonly [x: string]: string |
|
|
1739
|
+
readonly [x: string]: string | any;
|
|
1740
1740
|
} | undefined;
|
|
1741
1741
|
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1742
1742
|
readonly [x: string]: string;
|
|
@@ -1745,10 +1745,10 @@ export declare function useTailwindConfig(): {
|
|
|
1745
1745
|
readonly [x: string]: string;
|
|
1746
1746
|
} | undefined;
|
|
1747
1747
|
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1748
|
-
readonly [x: string]: string |
|
|
1748
|
+
readonly [x: string]: string | any;
|
|
1749
1749
|
} | undefined;
|
|
1750
1750
|
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1751
|
-
readonly [x: string]: string |
|
|
1751
|
+
readonly [x: string]: string | any;
|
|
1752
1752
|
} | undefined;
|
|
1753
1753
|
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1754
1754
|
readonly [x: string]: string;
|
|
@@ -1792,13 +1792,13 @@ export declare function useTailwindConfig(): {
|
|
|
1792
1792
|
readonly [x: string]: string;
|
|
1793
1793
|
} | undefined;
|
|
1794
1794
|
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1795
|
-
readonly [x: string]: string |
|
|
1795
|
+
readonly [x: string]: string | any;
|
|
1796
1796
|
} | undefined;
|
|
1797
1797
|
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1798
1798
|
readonly [x: string]: string;
|
|
1799
1799
|
} | undefined;
|
|
1800
1800
|
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1801
|
-
readonly [x: string]: string |
|
|
1801
|
+
readonly [x: string]: string | any;
|
|
1802
1802
|
} | undefined;
|
|
1803
1803
|
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1804
1804
|
readonly [x: string]: string;
|
|
@@ -1807,16 +1807,16 @@ export declare function useTailwindConfig(): {
|
|
|
1807
1807
|
readonly [x: string]: string;
|
|
1808
1808
|
} | undefined;
|
|
1809
1809
|
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1810
|
-
readonly [x: string]: string |
|
|
1810
|
+
readonly [x: string]: string | any;
|
|
1811
1811
|
} | undefined;
|
|
1812
1812
|
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1813
1813
|
readonly [x: string]: string;
|
|
1814
1814
|
} | undefined;
|
|
1815
1815
|
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1816
|
-
readonly [x: string]: string |
|
|
1816
|
+
readonly [x: string]: string | any;
|
|
1817
1817
|
} | undefined;
|
|
1818
1818
|
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1819
|
-
readonly [x: string]: string |
|
|
1819
|
+
readonly [x: string]: string | any;
|
|
1820
1820
|
} | undefined;
|
|
1821
1821
|
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1822
1822
|
readonly [x: string]: string;
|
|
@@ -1825,7 +1825,7 @@ export declare function useTailwindConfig(): {
|
|
|
1825
1825
|
readonly [x: string]: string | readonly string[];
|
|
1826
1826
|
} | undefined;
|
|
1827
1827
|
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1828
|
-
readonly [x: string]: string |
|
|
1828
|
+
readonly [x: string]: string | any;
|
|
1829
1829
|
} | undefined;
|
|
1830
1830
|
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1831
1831
|
readonly [x: string]: string;
|
|
@@ -1834,13 +1834,13 @@ export declare function useTailwindConfig(): {
|
|
|
1834
1834
|
readonly [x: string]: string;
|
|
1835
1835
|
} | undefined;
|
|
1836
1836
|
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1837
|
-
readonly [x: string]: string |
|
|
1837
|
+
readonly [x: string]: string | any;
|
|
1838
1838
|
} | undefined;
|
|
1839
1839
|
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1840
1840
|
readonly [x: string]: string;
|
|
1841
1841
|
} | undefined;
|
|
1842
1842
|
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1843
|
-
readonly [x: string]: string |
|
|
1843
|
+
readonly [x: string]: string | any;
|
|
1844
1844
|
} | undefined;
|
|
1845
1845
|
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1846
1846
|
readonly [x: string]: string;
|
|
@@ -1849,7 +1849,7 @@ export declare function useTailwindConfig(): {
|
|
|
1849
1849
|
readonly [x: string]: string;
|
|
1850
1850
|
} | undefined;
|
|
1851
1851
|
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
1852
|
-
readonly [x: string]: string |
|
|
1852
|
+
readonly [x: string]: string | any;
|
|
1853
1853
|
} | undefined;
|
|
1854
1854
|
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
1855
1855
|
readonly [x: string]: string;
|
|
@@ -2112,7 +2112,7 @@ export declare function useTailwindConfig(): {
|
|
|
2112
2112
|
config?: Partial<import("tailwindcss/types/config.js").Config> | undefined;
|
|
2113
2113
|
};
|
|
2114
2114
|
__isOptionsFunction: true;
|
|
2115
|
-
} |
|
|
2115
|
+
} | any | undefined)[] | undefined;
|
|
2116
2116
|
} | undefined;
|
|
2117
2117
|
} | undefined)[] | undefined;
|
|
2118
2118
|
}[] | undefined;
|
|
@@ -2157,7 +2157,7 @@ export declare function useTailwindConfig(): {
|
|
|
2157
2157
|
readonly [x: string]: string;
|
|
2158
2158
|
} | undefined;
|
|
2159
2159
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2160
|
-
readonly [x: string]: string |
|
|
2160
|
+
readonly [x: string]: string | any;
|
|
2161
2161
|
} | undefined;
|
|
2162
2162
|
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2163
2163
|
readonly [x: string]: string;
|
|
@@ -2321,7 +2321,7 @@ export declare function useTailwindConfig(): {
|
|
|
2321
2321
|
readonly [x: string]: string;
|
|
2322
2322
|
} | undefined;
|
|
2323
2323
|
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2324
|
-
readonly [x: string]: string |
|
|
2324
|
+
readonly [x: string]: string | any;
|
|
2325
2325
|
} | undefined;
|
|
2326
2326
|
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2327
2327
|
readonly [x: string]: string;
|
|
@@ -2333,13 +2333,13 @@ export declare function useTailwindConfig(): {
|
|
|
2333
2333
|
readonly [x: string]: string;
|
|
2334
2334
|
} | undefined;
|
|
2335
2335
|
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2336
|
-
readonly [x: string]: string |
|
|
2336
|
+
readonly [x: string]: string | any;
|
|
2337
2337
|
} | undefined;
|
|
2338
2338
|
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2339
2339
|
readonly [x: string]: string;
|
|
2340
2340
|
} | undefined;
|
|
2341
2341
|
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2342
|
-
readonly [x: string]: string |
|
|
2342
|
+
readonly [x: string]: string | any;
|
|
2343
2343
|
} | undefined;
|
|
2344
2344
|
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2345
2345
|
readonly [x: string]: string;
|
|
@@ -2348,7 +2348,7 @@ export declare function useTailwindConfig(): {
|
|
|
2348
2348
|
readonly [x: string]: string;
|
|
2349
2349
|
} | undefined;
|
|
2350
2350
|
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2351
|
-
readonly [x: string]: string |
|
|
2351
|
+
readonly [x: string]: string | any;
|
|
2352
2352
|
} | undefined;
|
|
2353
2353
|
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2354
2354
|
readonly [x: string]: string;
|
|
@@ -2357,10 +2357,10 @@ export declare function useTailwindConfig(): {
|
|
|
2357
2357
|
readonly [x: string]: string;
|
|
2358
2358
|
} | undefined;
|
|
2359
2359
|
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2360
|
-
readonly [x: string]: string |
|
|
2360
|
+
readonly [x: string]: string | any;
|
|
2361
2361
|
} | undefined;
|
|
2362
2362
|
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2363
|
-
readonly [x: string]: string |
|
|
2363
|
+
readonly [x: string]: string | any;
|
|
2364
2364
|
} | undefined;
|
|
2365
2365
|
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2366
2366
|
readonly [x: string]: string;
|
|
@@ -2404,13 +2404,13 @@ export declare function useTailwindConfig(): {
|
|
|
2404
2404
|
readonly [x: string]: string;
|
|
2405
2405
|
} | undefined;
|
|
2406
2406
|
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2407
|
-
readonly [x: string]: string |
|
|
2407
|
+
readonly [x: string]: string | any;
|
|
2408
2408
|
} | undefined;
|
|
2409
2409
|
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2410
2410
|
readonly [x: string]: string;
|
|
2411
2411
|
} | undefined;
|
|
2412
2412
|
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2413
|
-
readonly [x: string]: string |
|
|
2413
|
+
readonly [x: string]: string | any;
|
|
2414
2414
|
} | undefined;
|
|
2415
2415
|
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2416
2416
|
readonly [x: string]: string;
|
|
@@ -2419,16 +2419,16 @@ export declare function useTailwindConfig(): {
|
|
|
2419
2419
|
readonly [x: string]: string;
|
|
2420
2420
|
} | undefined;
|
|
2421
2421
|
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2422
|
-
readonly [x: string]: string |
|
|
2422
|
+
readonly [x: string]: string | any;
|
|
2423
2423
|
} | undefined;
|
|
2424
2424
|
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2425
2425
|
readonly [x: string]: string;
|
|
2426
2426
|
} | undefined;
|
|
2427
2427
|
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2428
|
-
readonly [x: string]: string |
|
|
2428
|
+
readonly [x: string]: string | any;
|
|
2429
2429
|
} | undefined;
|
|
2430
2430
|
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2431
|
-
readonly [x: string]: string |
|
|
2431
|
+
readonly [x: string]: string | any;
|
|
2432
2432
|
} | undefined;
|
|
2433
2433
|
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2434
2434
|
readonly [x: string]: string;
|
|
@@ -2437,7 +2437,7 @@ export declare function useTailwindConfig(): {
|
|
|
2437
2437
|
readonly [x: string]: string | readonly string[];
|
|
2438
2438
|
} | undefined;
|
|
2439
2439
|
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2440
|
-
readonly [x: string]: string |
|
|
2440
|
+
readonly [x: string]: string | any;
|
|
2441
2441
|
} | undefined;
|
|
2442
2442
|
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2443
2443
|
readonly [x: string]: string;
|
|
@@ -2446,13 +2446,13 @@ export declare function useTailwindConfig(): {
|
|
|
2446
2446
|
readonly [x: string]: string;
|
|
2447
2447
|
} | undefined;
|
|
2448
2448
|
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2449
|
-
readonly [x: string]: string |
|
|
2449
|
+
readonly [x: string]: string | any;
|
|
2450
2450
|
} | undefined;
|
|
2451
2451
|
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2452
2452
|
readonly [x: string]: string;
|
|
2453
2453
|
} | undefined;
|
|
2454
2454
|
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2455
|
-
readonly [x: string]: string |
|
|
2455
|
+
readonly [x: string]: string | any;
|
|
2456
2456
|
} | undefined;
|
|
2457
2457
|
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2458
2458
|
readonly [x: string]: string;
|
|
@@ -2461,7 +2461,7 @@ export declare function useTailwindConfig(): {
|
|
|
2461
2461
|
readonly [x: string]: string;
|
|
2462
2462
|
} | undefined;
|
|
2463
2463
|
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2464
|
-
readonly [x: string]: string |
|
|
2464
|
+
readonly [x: string]: string | any;
|
|
2465
2465
|
} | undefined;
|
|
2466
2466
|
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2467
2467
|
readonly [x: string]: string;
|
|
@@ -2565,7 +2565,7 @@ export declare function useTailwindConfig(): {
|
|
|
2565
2565
|
readonly [x: string]: string;
|
|
2566
2566
|
} | undefined;
|
|
2567
2567
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2568
|
-
readonly [x: string]: string |
|
|
2568
|
+
readonly [x: string]: string | any;
|
|
2569
2569
|
} | undefined;
|
|
2570
2570
|
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2571
2571
|
readonly [x: string]: string;
|
|
@@ -2729,7 +2729,7 @@ export declare function useTailwindConfig(): {
|
|
|
2729
2729
|
readonly [x: string]: string;
|
|
2730
2730
|
} | undefined;
|
|
2731
2731
|
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2732
|
-
readonly [x: string]: string |
|
|
2732
|
+
readonly [x: string]: string | any;
|
|
2733
2733
|
} | undefined;
|
|
2734
2734
|
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2735
2735
|
readonly [x: string]: string;
|
|
@@ -2741,13 +2741,13 @@ export declare function useTailwindConfig(): {
|
|
|
2741
2741
|
readonly [x: string]: string;
|
|
2742
2742
|
} | undefined;
|
|
2743
2743
|
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2744
|
-
readonly [x: string]: string |
|
|
2744
|
+
readonly [x: string]: string | any;
|
|
2745
2745
|
} | undefined;
|
|
2746
2746
|
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2747
2747
|
readonly [x: string]: string;
|
|
2748
2748
|
} | undefined;
|
|
2749
2749
|
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2750
|
-
readonly [x: string]: string |
|
|
2750
|
+
readonly [x: string]: string | any;
|
|
2751
2751
|
} | undefined;
|
|
2752
2752
|
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2753
2753
|
readonly [x: string]: string;
|
|
@@ -2756,7 +2756,7 @@ export declare function useTailwindConfig(): {
|
|
|
2756
2756
|
readonly [x: string]: string;
|
|
2757
2757
|
} | undefined;
|
|
2758
2758
|
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2759
|
-
readonly [x: string]: string |
|
|
2759
|
+
readonly [x: string]: string | any;
|
|
2760
2760
|
} | undefined;
|
|
2761
2761
|
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2762
2762
|
readonly [x: string]: string;
|
|
@@ -2765,10 +2765,10 @@ export declare function useTailwindConfig(): {
|
|
|
2765
2765
|
readonly [x: string]: string;
|
|
2766
2766
|
} | undefined;
|
|
2767
2767
|
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2768
|
-
readonly [x: string]: string |
|
|
2768
|
+
readonly [x: string]: string | any;
|
|
2769
2769
|
} | undefined;
|
|
2770
2770
|
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2771
|
-
readonly [x: string]: string |
|
|
2771
|
+
readonly [x: string]: string | any;
|
|
2772
2772
|
} | undefined;
|
|
2773
2773
|
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2774
2774
|
readonly [x: string]: string;
|
|
@@ -2812,13 +2812,13 @@ export declare function useTailwindConfig(): {
|
|
|
2812
2812
|
readonly [x: string]: string;
|
|
2813
2813
|
} | undefined;
|
|
2814
2814
|
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2815
|
-
readonly [x: string]: string |
|
|
2815
|
+
readonly [x: string]: string | any;
|
|
2816
2816
|
} | undefined;
|
|
2817
2817
|
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2818
2818
|
readonly [x: string]: string;
|
|
2819
2819
|
} | undefined;
|
|
2820
2820
|
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2821
|
-
readonly [x: string]: string |
|
|
2821
|
+
readonly [x: string]: string | any;
|
|
2822
2822
|
} | undefined;
|
|
2823
2823
|
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2824
2824
|
readonly [x: string]: string;
|
|
@@ -2827,16 +2827,16 @@ export declare function useTailwindConfig(): {
|
|
|
2827
2827
|
readonly [x: string]: string;
|
|
2828
2828
|
} | undefined;
|
|
2829
2829
|
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2830
|
-
readonly [x: string]: string |
|
|
2830
|
+
readonly [x: string]: string | any;
|
|
2831
2831
|
} | undefined;
|
|
2832
2832
|
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2833
2833
|
readonly [x: string]: string;
|
|
2834
2834
|
} | undefined;
|
|
2835
2835
|
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2836
|
-
readonly [x: string]: string |
|
|
2836
|
+
readonly [x: string]: string | any;
|
|
2837
2837
|
} | undefined;
|
|
2838
2838
|
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2839
|
-
readonly [x: string]: string |
|
|
2839
|
+
readonly [x: string]: string | any;
|
|
2840
2840
|
} | undefined;
|
|
2841
2841
|
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2842
2842
|
readonly [x: string]: string;
|
|
@@ -2845,7 +2845,7 @@ export declare function useTailwindConfig(): {
|
|
|
2845
2845
|
readonly [x: string]: string | readonly string[];
|
|
2846
2846
|
} | undefined;
|
|
2847
2847
|
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2848
|
-
readonly [x: string]: string |
|
|
2848
|
+
readonly [x: string]: string | any;
|
|
2849
2849
|
} | undefined;
|
|
2850
2850
|
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2851
2851
|
readonly [x: string]: string;
|
|
@@ -2854,13 +2854,13 @@ export declare function useTailwindConfig(): {
|
|
|
2854
2854
|
readonly [x: string]: string;
|
|
2855
2855
|
} | undefined;
|
|
2856
2856
|
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2857
|
-
readonly [x: string]: string |
|
|
2857
|
+
readonly [x: string]: string | any;
|
|
2858
2858
|
} | undefined;
|
|
2859
2859
|
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2860
2860
|
readonly [x: string]: string;
|
|
2861
2861
|
} | undefined;
|
|
2862
2862
|
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2863
|
-
readonly [x: string]: string |
|
|
2863
|
+
readonly [x: string]: string | any;
|
|
2864
2864
|
} | undefined;
|
|
2865
2865
|
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2866
2866
|
readonly [x: string]: string;
|
|
@@ -2869,7 +2869,7 @@ export declare function useTailwindConfig(): {
|
|
|
2869
2869
|
readonly [x: string]: string;
|
|
2870
2870
|
} | undefined;
|
|
2871
2871
|
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
2872
|
-
readonly [x: string]: string |
|
|
2872
|
+
readonly [x: string]: string | any;
|
|
2873
2873
|
} | undefined;
|
|
2874
2874
|
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
2875
2875
|
readonly [x: string]: string;
|
|
@@ -3160,1051 +3160,7 @@ export declare function useTailwindConfig(): {
|
|
|
3160
3160
|
readonly variants?: readonly string[] | undefined;
|
|
3161
3161
|
})[] | undefined;
|
|
3162
3162
|
readonly blocklist?: readonly string[] | undefined;
|
|
3163
|
-
readonly presets?: readonly
|
|
3164
|
-
readonly [x: string]: any;
|
|
3165
|
-
readonly content?: readonly (string | {
|
|
3166
|
-
readonly raw: string;
|
|
3167
|
-
readonly extension?: string | undefined;
|
|
3168
|
-
})[] | {
|
|
3169
|
-
readonly files: readonly (string | {
|
|
3170
|
-
readonly raw: string;
|
|
3171
|
-
readonly extension?: string | undefined;
|
|
3172
|
-
})[];
|
|
3173
|
-
readonly relative?: boolean | undefined;
|
|
3174
|
-
readonly extract?: import("tailwindcss/types/config.js").ExtractorFn | {
|
|
3175
|
-
readonly [x: string]: import("tailwindcss/types/config.js").ExtractorFn;
|
|
3176
|
-
} | undefined;
|
|
3177
|
-
readonly transform?: import("tailwindcss/types/config.js").TransformerFn | {
|
|
3178
|
-
readonly [x: string]: import("tailwindcss/types/config.js").TransformerFn;
|
|
3179
|
-
} | undefined;
|
|
3180
|
-
} | undefined;
|
|
3181
|
-
readonly important?: Partial<import("tailwindcss/types/config.js").ImportantConfig> | undefined;
|
|
3182
|
-
readonly prefix?: string | undefined;
|
|
3183
|
-
readonly separator?: string | undefined;
|
|
3184
|
-
readonly safelist?: readonly (string | {
|
|
3185
|
-
readonly pattern: RegExp;
|
|
3186
|
-
readonly variants?: readonly string[] | undefined;
|
|
3187
|
-
})[] | undefined;
|
|
3188
|
-
readonly blocklist?: readonly string[] | undefined;
|
|
3189
|
-
readonly presets?: readonly /*elided*/ any[] | undefined;
|
|
3190
|
-
readonly future?: "all" | readonly [] | {
|
|
3191
|
-
readonly hoverOnlyWhenSupported?: boolean | undefined;
|
|
3192
|
-
readonly respectDefaultRingColorOpacity?: boolean | undefined;
|
|
3193
|
-
readonly disableColorOpacityUtilitiesByDefault?: boolean | undefined;
|
|
3194
|
-
readonly relativeContentPathsByDefault?: boolean | undefined;
|
|
3195
|
-
} | undefined;
|
|
3196
|
-
readonly experimental?: "all" | readonly [] | {
|
|
3197
|
-
readonly optimizeUniversalDefaults?: boolean | undefined;
|
|
3198
|
-
readonly matchVariant?: boolean | undefined;
|
|
3199
|
-
} | undefined;
|
|
3200
|
-
readonly darkMode?: "media" | "class" | "selector" | readonly [("class" | undefined)?, (string | undefined)?] | readonly [("selector" | undefined)?, (string | undefined)?] | readonly [("variant" | undefined)?, (string | readonly string[] | undefined)?] | undefined;
|
|
3201
|
-
readonly theme?: {
|
|
3202
|
-
readonly [x: string]: any;
|
|
3203
|
-
readonly screens?: readonly string[] | ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").ScreensConfig) | {
|
|
3204
|
-
readonly [x: string]: string | {
|
|
3205
|
-
readonly raw: string;
|
|
3206
|
-
} | {
|
|
3207
|
-
readonly min: string;
|
|
3208
|
-
} | {
|
|
3209
|
-
readonly max: string;
|
|
3210
|
-
} | {
|
|
3211
|
-
readonly min: string;
|
|
3212
|
-
readonly max: string;
|
|
3213
|
-
} | readonly ({
|
|
3214
|
-
readonly raw: string;
|
|
3215
|
-
} | {
|
|
3216
|
-
readonly min: string;
|
|
3217
|
-
} | {
|
|
3218
|
-
readonly max: string;
|
|
3219
|
-
} | {
|
|
3220
|
-
readonly min: string;
|
|
3221
|
-
readonly max: string;
|
|
3222
|
-
})[];
|
|
3223
|
-
} | undefined;
|
|
3224
|
-
readonly supports?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | {
|
|
3225
|
-
readonly [x: string]: string;
|
|
3226
|
-
} | undefined;
|
|
3227
|
-
readonly data?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | {
|
|
3228
|
-
readonly [x: string]: string;
|
|
3229
|
-
} | undefined;
|
|
3230
|
-
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3231
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3232
|
-
} | undefined;
|
|
3233
|
-
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3234
|
-
readonly [x: string]: string;
|
|
3235
|
-
} | undefined;
|
|
3236
|
-
readonly container?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => Partial<{
|
|
3237
|
-
screens: import("tailwindcss/types/config.js").ScreensConfig;
|
|
3238
|
-
center: boolean;
|
|
3239
|
-
padding: string | Record<string, string>;
|
|
3240
|
-
}>) | {
|
|
3241
|
-
readonly screens?: readonly string[] | {
|
|
3242
|
-
readonly [x: string]: string | {
|
|
3243
|
-
readonly raw: string;
|
|
3244
|
-
} | {
|
|
3245
|
-
readonly min: string;
|
|
3246
|
-
} | {
|
|
3247
|
-
readonly max: string;
|
|
3248
|
-
} | {
|
|
3249
|
-
readonly min: string;
|
|
3250
|
-
readonly max: string;
|
|
3251
|
-
} | readonly ({
|
|
3252
|
-
readonly raw: string;
|
|
3253
|
-
} | {
|
|
3254
|
-
readonly min: string;
|
|
3255
|
-
} | {
|
|
3256
|
-
readonly max: string;
|
|
3257
|
-
} | {
|
|
3258
|
-
readonly min: string;
|
|
3259
|
-
readonly max: string;
|
|
3260
|
-
})[];
|
|
3261
|
-
} | undefined;
|
|
3262
|
-
readonly center?: boolean | undefined;
|
|
3263
|
-
readonly padding?: string | {
|
|
3264
|
-
readonly [x: string]: string;
|
|
3265
|
-
} | undefined;
|
|
3266
|
-
} | undefined;
|
|
3267
|
-
readonly inset?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3268
|
-
readonly [x: string]: string;
|
|
3269
|
-
} | undefined;
|
|
3270
|
-
readonly zIndex?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3271
|
-
readonly [x: string]: string;
|
|
3272
|
-
} | undefined;
|
|
3273
|
-
readonly order?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3274
|
-
readonly [x: string]: string;
|
|
3275
|
-
} | undefined;
|
|
3276
|
-
readonly gridColumn?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3277
|
-
readonly [x: string]: string;
|
|
3278
|
-
} | undefined;
|
|
3279
|
-
readonly gridColumnStart?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3280
|
-
readonly [x: string]: string;
|
|
3281
|
-
} | undefined;
|
|
3282
|
-
readonly gridColumnEnd?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3283
|
-
readonly [x: string]: string;
|
|
3284
|
-
} | undefined;
|
|
3285
|
-
readonly gridRow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3286
|
-
readonly [x: string]: string;
|
|
3287
|
-
} | undefined;
|
|
3288
|
-
readonly gridRowStart?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3289
|
-
readonly [x: string]: string;
|
|
3290
|
-
} | undefined;
|
|
3291
|
-
readonly gridRowEnd?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3292
|
-
readonly [x: string]: string;
|
|
3293
|
-
} | undefined;
|
|
3294
|
-
readonly margin?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3295
|
-
readonly [x: string]: string;
|
|
3296
|
-
} | undefined;
|
|
3297
|
-
readonly aspectRatio?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3298
|
-
readonly [x: string]: string;
|
|
3299
|
-
} | undefined;
|
|
3300
|
-
readonly height?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3301
|
-
readonly [x: string]: string;
|
|
3302
|
-
} | undefined;
|
|
3303
|
-
readonly maxHeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3304
|
-
readonly [x: string]: string;
|
|
3305
|
-
} | undefined;
|
|
3306
|
-
readonly minHeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3307
|
-
readonly [x: string]: string;
|
|
3308
|
-
} | undefined;
|
|
3309
|
-
readonly width?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3310
|
-
readonly [x: string]: string;
|
|
3311
|
-
} | undefined;
|
|
3312
|
-
readonly maxWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3313
|
-
readonly [x: string]: string;
|
|
3314
|
-
} | undefined;
|
|
3315
|
-
readonly minWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3316
|
-
readonly [x: string]: string;
|
|
3317
|
-
} | undefined;
|
|
3318
|
-
readonly flex?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3319
|
-
readonly [x: string]: string;
|
|
3320
|
-
} | undefined;
|
|
3321
|
-
readonly flexShrink?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3322
|
-
readonly [x: string]: string;
|
|
3323
|
-
} | undefined;
|
|
3324
|
-
readonly flexGrow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3325
|
-
readonly [x: string]: string;
|
|
3326
|
-
} | undefined;
|
|
3327
|
-
readonly flexBasis?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3328
|
-
readonly [x: string]: string;
|
|
3329
|
-
} | undefined;
|
|
3330
|
-
readonly borderSpacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3331
|
-
readonly [x: string]: string;
|
|
3332
|
-
} | undefined;
|
|
3333
|
-
readonly transformOrigin?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3334
|
-
readonly [x: string]: string;
|
|
3335
|
-
} | undefined;
|
|
3336
|
-
readonly translate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3337
|
-
readonly [x: string]: string;
|
|
3338
|
-
} | undefined;
|
|
3339
|
-
readonly rotate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3340
|
-
readonly [x: string]: string;
|
|
3341
|
-
} | undefined;
|
|
3342
|
-
readonly skew?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3343
|
-
readonly [x: string]: string;
|
|
3344
|
-
} | undefined;
|
|
3345
|
-
readonly scale?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3346
|
-
readonly [x: string]: string;
|
|
3347
|
-
} | undefined;
|
|
3348
|
-
readonly animation?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3349
|
-
readonly [x: string]: string;
|
|
3350
|
-
} | undefined;
|
|
3351
|
-
readonly keyframes?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, import("tailwindcss/types/config.js").KeyValuePair<string, import("tailwindcss/types/config.js").KeyValuePair<string, string>>>) | {
|
|
3352
|
-
readonly [x: string]: {
|
|
3353
|
-
readonly [x: string]: {
|
|
3354
|
-
readonly [x: string]: string;
|
|
3355
|
-
};
|
|
3356
|
-
};
|
|
3357
|
-
} | undefined;
|
|
3358
|
-
readonly cursor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3359
|
-
readonly [x: string]: string;
|
|
3360
|
-
} | undefined;
|
|
3361
|
-
readonly scrollMargin?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3362
|
-
readonly [x: string]: string;
|
|
3363
|
-
} | undefined;
|
|
3364
|
-
readonly scrollPadding?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3365
|
-
readonly [x: string]: string;
|
|
3366
|
-
} | undefined;
|
|
3367
|
-
readonly listStyleType?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3368
|
-
readonly [x: string]: string;
|
|
3369
|
-
} | undefined;
|
|
3370
|
-
readonly columns?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3371
|
-
readonly [x: string]: string;
|
|
3372
|
-
} | undefined;
|
|
3373
|
-
readonly gridAutoColumns?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3374
|
-
readonly [x: string]: string;
|
|
3375
|
-
} | undefined;
|
|
3376
|
-
readonly gridAutoRows?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3377
|
-
readonly [x: string]: string;
|
|
3378
|
-
} | undefined;
|
|
3379
|
-
readonly gridTemplateColumns?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3380
|
-
readonly [x: string]: string;
|
|
3381
|
-
} | undefined;
|
|
3382
|
-
readonly gridTemplateRows?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3383
|
-
readonly [x: string]: string;
|
|
3384
|
-
} | undefined;
|
|
3385
|
-
readonly gap?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3386
|
-
readonly [x: string]: string;
|
|
3387
|
-
} | undefined;
|
|
3388
|
-
readonly space?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3389
|
-
readonly [x: string]: string;
|
|
3390
|
-
} | undefined;
|
|
3391
|
-
readonly divideWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3392
|
-
readonly [x: string]: string;
|
|
3393
|
-
} | undefined;
|
|
3394
|
-
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3395
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3396
|
-
} | undefined;
|
|
3397
|
-
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3398
|
-
readonly [x: string]: string;
|
|
3399
|
-
} | undefined;
|
|
3400
|
-
readonly borderRadius?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3401
|
-
readonly [x: string]: string;
|
|
3402
|
-
} | undefined;
|
|
3403
|
-
readonly borderWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3404
|
-
readonly [x: string]: string;
|
|
3405
|
-
} | undefined;
|
|
3406
|
-
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3407
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3408
|
-
} | undefined;
|
|
3409
|
-
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3410
|
-
readonly [x: string]: string;
|
|
3411
|
-
} | undefined;
|
|
3412
|
-
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3413
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3414
|
-
} | undefined;
|
|
3415
|
-
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3416
|
-
readonly [x: string]: string;
|
|
3417
|
-
} | undefined;
|
|
3418
|
-
readonly backgroundImage?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3419
|
-
readonly [x: string]: string;
|
|
3420
|
-
} | undefined;
|
|
3421
|
-
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3422
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3423
|
-
} | undefined;
|
|
3424
|
-
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3425
|
-
readonly [x: string]: string;
|
|
3426
|
-
} | undefined;
|
|
3427
|
-
readonly backgroundPosition?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3428
|
-
readonly [x: string]: string;
|
|
3429
|
-
} | undefined;
|
|
3430
|
-
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3431
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3432
|
-
} | undefined;
|
|
3433
|
-
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3434
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3435
|
-
} | undefined;
|
|
3436
|
-
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3437
|
-
readonly [x: string]: string;
|
|
3438
|
-
} | undefined;
|
|
3439
|
-
readonly objectPosition?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3440
|
-
readonly [x: string]: string;
|
|
3441
|
-
} | undefined;
|
|
3442
|
-
readonly padding?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3443
|
-
readonly [x: string]: string;
|
|
3444
|
-
} | undefined;
|
|
3445
|
-
readonly textIndent?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3446
|
-
readonly [x: string]: string;
|
|
3447
|
-
} | undefined;
|
|
3448
|
-
readonly fontFamily?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string | string[] | [fontFamily: string | string[], configuration: Partial<{
|
|
3449
|
-
fontFeatureSettings: string;
|
|
3450
|
-
fontVariationSettings: string;
|
|
3451
|
-
}>]>) | {
|
|
3452
|
-
readonly [x: string]: string | readonly string[] | readonly [fontFamily: string | readonly string[], configuration: {
|
|
3453
|
-
readonly fontFeatureSettings?: string | undefined;
|
|
3454
|
-
readonly fontVariationSettings?: string | undefined;
|
|
3455
|
-
}];
|
|
3456
|
-
} | undefined;
|
|
3457
|
-
readonly fontSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string | [fontSize: string, lineHeight: string] | [fontSize: string, configuration: Partial<{
|
|
3458
|
-
lineHeight: string;
|
|
3459
|
-
letterSpacing: string;
|
|
3460
|
-
fontWeight: string | number;
|
|
3461
|
-
}>]>) | {
|
|
3462
|
-
readonly [x: string]: string | readonly [fontSize: string, lineHeight: string] | readonly [fontSize: string, configuration: {
|
|
3463
|
-
readonly lineHeight?: string | undefined;
|
|
3464
|
-
readonly letterSpacing?: string | undefined;
|
|
3465
|
-
readonly fontWeight?: string | number | undefined;
|
|
3466
|
-
}];
|
|
3467
|
-
} | undefined;
|
|
3468
|
-
readonly fontWeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3469
|
-
readonly [x: string]: string;
|
|
3470
|
-
} | undefined;
|
|
3471
|
-
readonly lineHeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3472
|
-
readonly [x: string]: string;
|
|
3473
|
-
} | undefined;
|
|
3474
|
-
readonly letterSpacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3475
|
-
readonly [x: string]: string;
|
|
3476
|
-
} | undefined;
|
|
3477
|
-
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3478
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3479
|
-
} | undefined;
|
|
3480
|
-
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3481
|
-
readonly [x: string]: string;
|
|
3482
|
-
} | undefined;
|
|
3483
|
-
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3484
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3485
|
-
} | undefined;
|
|
3486
|
-
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3487
|
-
readonly [x: string]: string;
|
|
3488
|
-
} | undefined;
|
|
3489
|
-
readonly textUnderlineOffset?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3490
|
-
readonly [x: string]: string;
|
|
3491
|
-
} | undefined;
|
|
3492
|
-
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3493
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3494
|
-
} | undefined;
|
|
3495
|
-
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3496
|
-
readonly [x: string]: string;
|
|
3497
|
-
} | undefined;
|
|
3498
|
-
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3499
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3500
|
-
} | undefined;
|
|
3501
|
-
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3502
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3503
|
-
} | undefined;
|
|
3504
|
-
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3505
|
-
readonly [x: string]: string;
|
|
3506
|
-
} | undefined;
|
|
3507
|
-
readonly boxShadow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string | string[]>) | {
|
|
3508
|
-
readonly [x: string]: string | readonly string[];
|
|
3509
|
-
} | undefined;
|
|
3510
|
-
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3511
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3512
|
-
} | undefined;
|
|
3513
|
-
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3514
|
-
readonly [x: string]: string;
|
|
3515
|
-
} | undefined;
|
|
3516
|
-
readonly outlineOffset?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3517
|
-
readonly [x: string]: string;
|
|
3518
|
-
} | undefined;
|
|
3519
|
-
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3520
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3521
|
-
} | undefined;
|
|
3522
|
-
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3523
|
-
readonly [x: string]: string;
|
|
3524
|
-
} | undefined;
|
|
3525
|
-
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3526
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3527
|
-
} | undefined;
|
|
3528
|
-
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3529
|
-
readonly [x: string]: string;
|
|
3530
|
-
} | undefined;
|
|
3531
|
-
readonly ringOffsetWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3532
|
-
readonly [x: string]: string;
|
|
3533
|
-
} | undefined;
|
|
3534
|
-
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3535
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3536
|
-
} | undefined;
|
|
3537
|
-
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3538
|
-
readonly [x: string]: string;
|
|
3539
|
-
} | undefined;
|
|
3540
|
-
readonly brightness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3541
|
-
readonly [x: string]: string;
|
|
3542
|
-
} | undefined;
|
|
3543
|
-
readonly contrast?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3544
|
-
readonly [x: string]: string;
|
|
3545
|
-
} | undefined;
|
|
3546
|
-
readonly dropShadow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string | string[]>) | {
|
|
3547
|
-
readonly [x: string]: string | readonly string[];
|
|
3548
|
-
} | undefined;
|
|
3549
|
-
readonly grayscale?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3550
|
-
readonly [x: string]: string;
|
|
3551
|
-
} | undefined;
|
|
3552
|
-
readonly hueRotate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3553
|
-
readonly [x: string]: string;
|
|
3554
|
-
} | undefined;
|
|
3555
|
-
readonly invert?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3556
|
-
readonly [x: string]: string;
|
|
3557
|
-
} | undefined;
|
|
3558
|
-
readonly saturate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3559
|
-
readonly [x: string]: string;
|
|
3560
|
-
} | undefined;
|
|
3561
|
-
readonly sepia?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3562
|
-
readonly [x: string]: string;
|
|
3563
|
-
} | undefined;
|
|
3564
|
-
readonly backdropBlur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3565
|
-
readonly [x: string]: string;
|
|
3566
|
-
} | undefined;
|
|
3567
|
-
readonly backdropBrightness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3568
|
-
readonly [x: string]: string;
|
|
3569
|
-
} | undefined;
|
|
3570
|
-
readonly backdropContrast?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3571
|
-
readonly [x: string]: string;
|
|
3572
|
-
} | undefined;
|
|
3573
|
-
readonly backdropGrayscale?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3574
|
-
readonly [x: string]: string;
|
|
3575
|
-
} | undefined;
|
|
3576
|
-
readonly backdropHueRotate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3577
|
-
readonly [x: string]: string;
|
|
3578
|
-
} | undefined;
|
|
3579
|
-
readonly backdropInvert?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3580
|
-
readonly [x: string]: string;
|
|
3581
|
-
} | undefined;
|
|
3582
|
-
readonly backdropOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3583
|
-
readonly [x: string]: string;
|
|
3584
|
-
} | undefined;
|
|
3585
|
-
readonly backdropSaturate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3586
|
-
readonly [x: string]: string;
|
|
3587
|
-
} | undefined;
|
|
3588
|
-
readonly backdropSepia?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3589
|
-
readonly [x: string]: string;
|
|
3590
|
-
} | undefined;
|
|
3591
|
-
readonly transitionProperty?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3592
|
-
readonly [x: string]: string;
|
|
3593
|
-
} | undefined;
|
|
3594
|
-
readonly transitionTimingFunction?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3595
|
-
readonly [x: string]: string;
|
|
3596
|
-
} | undefined;
|
|
3597
|
-
readonly transitionDelay?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3598
|
-
readonly [x: string]: string;
|
|
3599
|
-
} | undefined;
|
|
3600
|
-
readonly transitionDuration?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3601
|
-
readonly [x: string]: string;
|
|
3602
|
-
} | undefined;
|
|
3603
|
-
readonly willChange?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3604
|
-
readonly [x: string]: string;
|
|
3605
|
-
} | undefined;
|
|
3606
|
-
readonly content?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3607
|
-
readonly [x: string]: string;
|
|
3608
|
-
} | undefined;
|
|
3609
|
-
readonly extend?: {
|
|
3610
|
-
readonly [x: string]: any;
|
|
3611
|
-
readonly screens?: readonly string[] | ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").ScreensConfig) | {
|
|
3612
|
-
readonly [x: string]: string | {
|
|
3613
|
-
readonly raw: string;
|
|
3614
|
-
} | {
|
|
3615
|
-
readonly min: string;
|
|
3616
|
-
} | {
|
|
3617
|
-
readonly max: string;
|
|
3618
|
-
} | {
|
|
3619
|
-
readonly min: string;
|
|
3620
|
-
readonly max: string;
|
|
3621
|
-
} | readonly ({
|
|
3622
|
-
readonly raw: string;
|
|
3623
|
-
} | {
|
|
3624
|
-
readonly min: string;
|
|
3625
|
-
} | {
|
|
3626
|
-
readonly max: string;
|
|
3627
|
-
} | {
|
|
3628
|
-
readonly min: string;
|
|
3629
|
-
readonly max: string;
|
|
3630
|
-
})[];
|
|
3631
|
-
} | undefined;
|
|
3632
|
-
readonly supports?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | {
|
|
3633
|
-
readonly [x: string]: string;
|
|
3634
|
-
} | undefined;
|
|
3635
|
-
readonly data?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | {
|
|
3636
|
-
readonly [x: string]: string;
|
|
3637
|
-
} | undefined;
|
|
3638
|
-
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3639
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3640
|
-
} | undefined;
|
|
3641
|
-
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3642
|
-
readonly [x: string]: string;
|
|
3643
|
-
} | undefined;
|
|
3644
|
-
readonly container?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => Partial<{
|
|
3645
|
-
screens: import("tailwindcss/types/config.js").ScreensConfig;
|
|
3646
|
-
center: boolean;
|
|
3647
|
-
padding: string | Record<string, string>;
|
|
3648
|
-
}>) | {
|
|
3649
|
-
readonly screens?: readonly string[] | {
|
|
3650
|
-
readonly [x: string]: string | {
|
|
3651
|
-
readonly raw: string;
|
|
3652
|
-
} | {
|
|
3653
|
-
readonly min: string;
|
|
3654
|
-
} | {
|
|
3655
|
-
readonly max: string;
|
|
3656
|
-
} | {
|
|
3657
|
-
readonly min: string;
|
|
3658
|
-
readonly max: string;
|
|
3659
|
-
} | readonly ({
|
|
3660
|
-
readonly raw: string;
|
|
3661
|
-
} | {
|
|
3662
|
-
readonly min: string;
|
|
3663
|
-
} | {
|
|
3664
|
-
readonly max: string;
|
|
3665
|
-
} | {
|
|
3666
|
-
readonly min: string;
|
|
3667
|
-
readonly max: string;
|
|
3668
|
-
})[];
|
|
3669
|
-
} | undefined;
|
|
3670
|
-
readonly center?: boolean | undefined;
|
|
3671
|
-
readonly padding?: string | {
|
|
3672
|
-
readonly [x: string]: string;
|
|
3673
|
-
} | undefined;
|
|
3674
|
-
} | undefined;
|
|
3675
|
-
readonly inset?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3676
|
-
readonly [x: string]: string;
|
|
3677
|
-
} | undefined;
|
|
3678
|
-
readonly zIndex?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3679
|
-
readonly [x: string]: string;
|
|
3680
|
-
} | undefined;
|
|
3681
|
-
readonly order?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3682
|
-
readonly [x: string]: string;
|
|
3683
|
-
} | undefined;
|
|
3684
|
-
readonly gridColumn?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3685
|
-
readonly [x: string]: string;
|
|
3686
|
-
} | undefined;
|
|
3687
|
-
readonly gridColumnStart?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3688
|
-
readonly [x: string]: string;
|
|
3689
|
-
} | undefined;
|
|
3690
|
-
readonly gridColumnEnd?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3691
|
-
readonly [x: string]: string;
|
|
3692
|
-
} | undefined;
|
|
3693
|
-
readonly gridRow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3694
|
-
readonly [x: string]: string;
|
|
3695
|
-
} | undefined;
|
|
3696
|
-
readonly gridRowStart?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3697
|
-
readonly [x: string]: string;
|
|
3698
|
-
} | undefined;
|
|
3699
|
-
readonly gridRowEnd?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3700
|
-
readonly [x: string]: string;
|
|
3701
|
-
} | undefined;
|
|
3702
|
-
readonly margin?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3703
|
-
readonly [x: string]: string;
|
|
3704
|
-
} | undefined;
|
|
3705
|
-
readonly aspectRatio?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3706
|
-
readonly [x: string]: string;
|
|
3707
|
-
} | undefined;
|
|
3708
|
-
readonly height?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3709
|
-
readonly [x: string]: string;
|
|
3710
|
-
} | undefined;
|
|
3711
|
-
readonly maxHeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3712
|
-
readonly [x: string]: string;
|
|
3713
|
-
} | undefined;
|
|
3714
|
-
readonly minHeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3715
|
-
readonly [x: string]: string;
|
|
3716
|
-
} | undefined;
|
|
3717
|
-
readonly width?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3718
|
-
readonly [x: string]: string;
|
|
3719
|
-
} | undefined;
|
|
3720
|
-
readonly maxWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3721
|
-
readonly [x: string]: string;
|
|
3722
|
-
} | undefined;
|
|
3723
|
-
readonly minWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3724
|
-
readonly [x: string]: string;
|
|
3725
|
-
} | undefined;
|
|
3726
|
-
readonly flex?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3727
|
-
readonly [x: string]: string;
|
|
3728
|
-
} | undefined;
|
|
3729
|
-
readonly flexShrink?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3730
|
-
readonly [x: string]: string;
|
|
3731
|
-
} | undefined;
|
|
3732
|
-
readonly flexGrow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3733
|
-
readonly [x: string]: string;
|
|
3734
|
-
} | undefined;
|
|
3735
|
-
readonly flexBasis?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3736
|
-
readonly [x: string]: string;
|
|
3737
|
-
} | undefined;
|
|
3738
|
-
readonly borderSpacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3739
|
-
readonly [x: string]: string;
|
|
3740
|
-
} | undefined;
|
|
3741
|
-
readonly transformOrigin?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3742
|
-
readonly [x: string]: string;
|
|
3743
|
-
} | undefined;
|
|
3744
|
-
readonly translate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3745
|
-
readonly [x: string]: string;
|
|
3746
|
-
} | undefined;
|
|
3747
|
-
readonly rotate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3748
|
-
readonly [x: string]: string;
|
|
3749
|
-
} | undefined;
|
|
3750
|
-
readonly skew?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3751
|
-
readonly [x: string]: string;
|
|
3752
|
-
} | undefined;
|
|
3753
|
-
readonly scale?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3754
|
-
readonly [x: string]: string;
|
|
3755
|
-
} | undefined;
|
|
3756
|
-
readonly animation?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3757
|
-
readonly [x: string]: string;
|
|
3758
|
-
} | undefined;
|
|
3759
|
-
readonly keyframes?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, import("tailwindcss/types/config.js").KeyValuePair<string, import("tailwindcss/types/config.js").KeyValuePair<string, string>>>) | {
|
|
3760
|
-
readonly [x: string]: {
|
|
3761
|
-
readonly [x: string]: {
|
|
3762
|
-
readonly [x: string]: string;
|
|
3763
|
-
};
|
|
3764
|
-
};
|
|
3765
|
-
} | undefined;
|
|
3766
|
-
readonly cursor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3767
|
-
readonly [x: string]: string;
|
|
3768
|
-
} | undefined;
|
|
3769
|
-
readonly scrollMargin?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3770
|
-
readonly [x: string]: string;
|
|
3771
|
-
} | undefined;
|
|
3772
|
-
readonly scrollPadding?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3773
|
-
readonly [x: string]: string;
|
|
3774
|
-
} | undefined;
|
|
3775
|
-
readonly listStyleType?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3776
|
-
readonly [x: string]: string;
|
|
3777
|
-
} | undefined;
|
|
3778
|
-
readonly columns?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3779
|
-
readonly [x: string]: string;
|
|
3780
|
-
} | undefined;
|
|
3781
|
-
readonly gridAutoColumns?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3782
|
-
readonly [x: string]: string;
|
|
3783
|
-
} | undefined;
|
|
3784
|
-
readonly gridAutoRows?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3785
|
-
readonly [x: string]: string;
|
|
3786
|
-
} | undefined;
|
|
3787
|
-
readonly gridTemplateColumns?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3788
|
-
readonly [x: string]: string;
|
|
3789
|
-
} | undefined;
|
|
3790
|
-
readonly gridTemplateRows?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3791
|
-
readonly [x: string]: string;
|
|
3792
|
-
} | undefined;
|
|
3793
|
-
readonly gap?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3794
|
-
readonly [x: string]: string;
|
|
3795
|
-
} | undefined;
|
|
3796
|
-
readonly space?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3797
|
-
readonly [x: string]: string;
|
|
3798
|
-
} | undefined;
|
|
3799
|
-
readonly divideWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3800
|
-
readonly [x: string]: string;
|
|
3801
|
-
} | undefined;
|
|
3802
|
-
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3803
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3804
|
-
} | undefined;
|
|
3805
|
-
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3806
|
-
readonly [x: string]: string;
|
|
3807
|
-
} | undefined;
|
|
3808
|
-
readonly borderRadius?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3809
|
-
readonly [x: string]: string;
|
|
3810
|
-
} | undefined;
|
|
3811
|
-
readonly borderWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3812
|
-
readonly [x: string]: string;
|
|
3813
|
-
} | undefined;
|
|
3814
|
-
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3815
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3816
|
-
} | undefined;
|
|
3817
|
-
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3818
|
-
readonly [x: string]: string;
|
|
3819
|
-
} | undefined;
|
|
3820
|
-
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3821
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3822
|
-
} | undefined;
|
|
3823
|
-
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3824
|
-
readonly [x: string]: string;
|
|
3825
|
-
} | undefined;
|
|
3826
|
-
readonly backgroundImage?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3827
|
-
readonly [x: string]: string;
|
|
3828
|
-
} | undefined;
|
|
3829
|
-
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3830
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3831
|
-
} | undefined;
|
|
3832
|
-
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3833
|
-
readonly [x: string]: string;
|
|
3834
|
-
} | undefined;
|
|
3835
|
-
readonly backgroundPosition?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3836
|
-
readonly [x: string]: string;
|
|
3837
|
-
} | undefined;
|
|
3838
|
-
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3839
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3840
|
-
} | undefined;
|
|
3841
|
-
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3842
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3843
|
-
} | undefined;
|
|
3844
|
-
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3845
|
-
readonly [x: string]: string;
|
|
3846
|
-
} | undefined;
|
|
3847
|
-
readonly objectPosition?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3848
|
-
readonly [x: string]: string;
|
|
3849
|
-
} | undefined;
|
|
3850
|
-
readonly padding?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3851
|
-
readonly [x: string]: string;
|
|
3852
|
-
} | undefined;
|
|
3853
|
-
readonly textIndent?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3854
|
-
readonly [x: string]: string;
|
|
3855
|
-
} | undefined;
|
|
3856
|
-
readonly fontFamily?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string | string[] | [fontFamily: string | string[], configuration: Partial<{
|
|
3857
|
-
fontFeatureSettings: string;
|
|
3858
|
-
fontVariationSettings: string;
|
|
3859
|
-
}>]>) | {
|
|
3860
|
-
readonly [x: string]: string | readonly string[] | readonly [fontFamily: string | readonly string[], configuration: {
|
|
3861
|
-
readonly fontFeatureSettings?: string | undefined;
|
|
3862
|
-
readonly fontVariationSettings?: string | undefined;
|
|
3863
|
-
}];
|
|
3864
|
-
} | undefined;
|
|
3865
|
-
readonly fontSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string | [fontSize: string, lineHeight: string] | [fontSize: string, configuration: Partial<{
|
|
3866
|
-
lineHeight: string;
|
|
3867
|
-
letterSpacing: string;
|
|
3868
|
-
fontWeight: string | number;
|
|
3869
|
-
}>]>) | {
|
|
3870
|
-
readonly [x: string]: string | readonly [fontSize: string, lineHeight: string] | readonly [fontSize: string, configuration: {
|
|
3871
|
-
readonly lineHeight?: string | undefined;
|
|
3872
|
-
readonly letterSpacing?: string | undefined;
|
|
3873
|
-
readonly fontWeight?: string | number | undefined;
|
|
3874
|
-
}];
|
|
3875
|
-
} | undefined;
|
|
3876
|
-
readonly fontWeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3877
|
-
readonly [x: string]: string;
|
|
3878
|
-
} | undefined;
|
|
3879
|
-
readonly lineHeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3880
|
-
readonly [x: string]: string;
|
|
3881
|
-
} | undefined;
|
|
3882
|
-
readonly letterSpacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3883
|
-
readonly [x: string]: string;
|
|
3884
|
-
} | undefined;
|
|
3885
|
-
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3886
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3887
|
-
} | undefined;
|
|
3888
|
-
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3889
|
-
readonly [x: string]: string;
|
|
3890
|
-
} | undefined;
|
|
3891
|
-
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3892
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3893
|
-
} | undefined;
|
|
3894
|
-
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3895
|
-
readonly [x: string]: string;
|
|
3896
|
-
} | undefined;
|
|
3897
|
-
readonly textUnderlineOffset?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3898
|
-
readonly [x: string]: string;
|
|
3899
|
-
} | undefined;
|
|
3900
|
-
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3901
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3902
|
-
} | undefined;
|
|
3903
|
-
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3904
|
-
readonly [x: string]: string;
|
|
3905
|
-
} | undefined;
|
|
3906
|
-
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3907
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3908
|
-
} | undefined;
|
|
3909
|
-
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3910
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3911
|
-
} | undefined;
|
|
3912
|
-
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3913
|
-
readonly [x: string]: string;
|
|
3914
|
-
} | undefined;
|
|
3915
|
-
readonly boxShadow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string | string[]>) | {
|
|
3916
|
-
readonly [x: string]: string | readonly string[];
|
|
3917
|
-
} | undefined;
|
|
3918
|
-
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3919
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3920
|
-
} | undefined;
|
|
3921
|
-
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3922
|
-
readonly [x: string]: string;
|
|
3923
|
-
} | undefined;
|
|
3924
|
-
readonly outlineOffset?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3925
|
-
readonly [x: string]: string;
|
|
3926
|
-
} | undefined;
|
|
3927
|
-
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3928
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3929
|
-
} | undefined;
|
|
3930
|
-
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3931
|
-
readonly [x: string]: string;
|
|
3932
|
-
} | undefined;
|
|
3933
|
-
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3934
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3935
|
-
} | undefined;
|
|
3936
|
-
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3937
|
-
readonly [x: string]: string;
|
|
3938
|
-
} | undefined;
|
|
3939
|
-
readonly ringOffsetWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3940
|
-
readonly [x: string]: string;
|
|
3941
|
-
} | undefined;
|
|
3942
|
-
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3943
|
-
readonly [x: string]: string | /*elided*/ any;
|
|
3944
|
-
} | undefined;
|
|
3945
|
-
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3946
|
-
readonly [x: string]: string;
|
|
3947
|
-
} | undefined;
|
|
3948
|
-
readonly brightness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3949
|
-
readonly [x: string]: string;
|
|
3950
|
-
} | undefined;
|
|
3951
|
-
readonly contrast?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3952
|
-
readonly [x: string]: string;
|
|
3953
|
-
} | undefined;
|
|
3954
|
-
readonly dropShadow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string | string[]>) | {
|
|
3955
|
-
readonly [x: string]: string | readonly string[];
|
|
3956
|
-
} | undefined;
|
|
3957
|
-
readonly grayscale?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3958
|
-
readonly [x: string]: string;
|
|
3959
|
-
} | undefined;
|
|
3960
|
-
readonly hueRotate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3961
|
-
readonly [x: string]: string;
|
|
3962
|
-
} | undefined;
|
|
3963
|
-
readonly invert?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3964
|
-
readonly [x: string]: string;
|
|
3965
|
-
} | undefined;
|
|
3966
|
-
readonly saturate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3967
|
-
readonly [x: string]: string;
|
|
3968
|
-
} | undefined;
|
|
3969
|
-
readonly sepia?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3970
|
-
readonly [x: string]: string;
|
|
3971
|
-
} | undefined;
|
|
3972
|
-
readonly backdropBlur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3973
|
-
readonly [x: string]: string;
|
|
3974
|
-
} | undefined;
|
|
3975
|
-
readonly backdropBrightness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3976
|
-
readonly [x: string]: string;
|
|
3977
|
-
} | undefined;
|
|
3978
|
-
readonly backdropContrast?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3979
|
-
readonly [x: string]: string;
|
|
3980
|
-
} | undefined;
|
|
3981
|
-
readonly backdropGrayscale?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3982
|
-
readonly [x: string]: string;
|
|
3983
|
-
} | undefined;
|
|
3984
|
-
readonly backdropHueRotate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3985
|
-
readonly [x: string]: string;
|
|
3986
|
-
} | undefined;
|
|
3987
|
-
readonly backdropInvert?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3988
|
-
readonly [x: string]: string;
|
|
3989
|
-
} | undefined;
|
|
3990
|
-
readonly backdropOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3991
|
-
readonly [x: string]: string;
|
|
3992
|
-
} | undefined;
|
|
3993
|
-
readonly backdropSaturate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3994
|
-
readonly [x: string]: string;
|
|
3995
|
-
} | undefined;
|
|
3996
|
-
readonly backdropSepia?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3997
|
-
readonly [x: string]: string;
|
|
3998
|
-
} | undefined;
|
|
3999
|
-
readonly transitionProperty?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4000
|
-
readonly [x: string]: string;
|
|
4001
|
-
} | undefined;
|
|
4002
|
-
readonly transitionTimingFunction?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4003
|
-
readonly [x: string]: string;
|
|
4004
|
-
} | undefined;
|
|
4005
|
-
readonly transitionDelay?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4006
|
-
readonly [x: string]: string;
|
|
4007
|
-
} | undefined;
|
|
4008
|
-
readonly transitionDuration?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4009
|
-
readonly [x: string]: string;
|
|
4010
|
-
} | undefined;
|
|
4011
|
-
readonly willChange?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4012
|
-
readonly [x: string]: string;
|
|
4013
|
-
} | undefined;
|
|
4014
|
-
readonly content?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4015
|
-
readonly [x: string]: string;
|
|
4016
|
-
} | undefined;
|
|
4017
|
-
} | undefined;
|
|
4018
|
-
} | undefined;
|
|
4019
|
-
readonly corePlugins?: readonly (import("tailwindcss/types/generated/corePluginList.js").CorePluginList | undefined)[] | {
|
|
4020
|
-
readonly filter?: boolean | undefined;
|
|
4021
|
-
readonly fill?: boolean | undefined;
|
|
4022
|
-
readonly height?: boolean | undefined;
|
|
4023
|
-
readonly width?: boolean | undefined;
|
|
4024
|
-
readonly cursor?: boolean | undefined;
|
|
4025
|
-
readonly display?: boolean | undefined;
|
|
4026
|
-
readonly fontFamily?: boolean | undefined;
|
|
4027
|
-
readonly fontSize?: boolean | undefined;
|
|
4028
|
-
readonly fontStyle?: boolean | undefined;
|
|
4029
|
-
readonly fontWeight?: boolean | undefined;
|
|
4030
|
-
readonly letterSpacing?: boolean | undefined;
|
|
4031
|
-
readonly opacity?: boolean | undefined;
|
|
4032
|
-
readonly order?: boolean | undefined;
|
|
4033
|
-
readonly overflow?: boolean | undefined;
|
|
4034
|
-
readonly pointerEvents?: boolean | undefined;
|
|
4035
|
-
readonly rotate?: boolean | undefined;
|
|
4036
|
-
readonly scale?: boolean | undefined;
|
|
4037
|
-
readonly stroke?: boolean | undefined;
|
|
4038
|
-
readonly strokeWidth?: boolean | undefined;
|
|
4039
|
-
readonly textDecoration?: boolean | undefined;
|
|
4040
|
-
readonly transform?: boolean | undefined;
|
|
4041
|
-
readonly visibility?: boolean | undefined;
|
|
4042
|
-
readonly translate?: boolean | undefined;
|
|
4043
|
-
readonly content?: boolean | undefined;
|
|
4044
|
-
readonly size?: boolean | undefined;
|
|
4045
|
-
readonly backgroundColor?: boolean | undefined;
|
|
4046
|
-
readonly inset?: boolean | undefined;
|
|
4047
|
-
readonly invert?: boolean | undefined;
|
|
4048
|
-
readonly outlineOffset?: boolean | undefined;
|
|
4049
|
-
readonly borderRadius?: boolean | undefined;
|
|
4050
|
-
readonly padding?: boolean | undefined;
|
|
4051
|
-
readonly flex?: boolean | undefined;
|
|
4052
|
-
readonly position?: boolean | undefined;
|
|
4053
|
-
readonly columns?: boolean | undefined;
|
|
4054
|
-
readonly blur?: boolean | undefined;
|
|
4055
|
-
readonly resize?: boolean | undefined;
|
|
4056
|
-
readonly preflight?: boolean | undefined;
|
|
4057
|
-
readonly container?: boolean | undefined;
|
|
4058
|
-
readonly accessibility?: boolean | undefined;
|
|
4059
|
-
readonly isolation?: boolean | undefined;
|
|
4060
|
-
readonly zIndex?: boolean | undefined;
|
|
4061
|
-
readonly gridColumn?: boolean | undefined;
|
|
4062
|
-
readonly gridColumnStart?: boolean | undefined;
|
|
4063
|
-
readonly gridColumnEnd?: boolean | undefined;
|
|
4064
|
-
readonly gridRow?: boolean | undefined;
|
|
4065
|
-
readonly gridRowStart?: boolean | undefined;
|
|
4066
|
-
readonly gridRowEnd?: boolean | undefined;
|
|
4067
|
-
readonly float?: boolean | undefined;
|
|
4068
|
-
readonly clear?: boolean | undefined;
|
|
4069
|
-
readonly margin?: boolean | undefined;
|
|
4070
|
-
readonly boxSizing?: boolean | undefined;
|
|
4071
|
-
readonly lineClamp?: boolean | undefined;
|
|
4072
|
-
readonly aspectRatio?: boolean | undefined;
|
|
4073
|
-
readonly maxHeight?: boolean | undefined;
|
|
4074
|
-
readonly minHeight?: boolean | undefined;
|
|
4075
|
-
readonly minWidth?: boolean | undefined;
|
|
4076
|
-
readonly maxWidth?: boolean | undefined;
|
|
4077
|
-
readonly flexShrink?: boolean | undefined;
|
|
4078
|
-
readonly flexGrow?: boolean | undefined;
|
|
4079
|
-
readonly flexBasis?: boolean | undefined;
|
|
4080
|
-
readonly tableLayout?: boolean | undefined;
|
|
4081
|
-
readonly captionSide?: boolean | undefined;
|
|
4082
|
-
readonly borderCollapse?: boolean | undefined;
|
|
4083
|
-
readonly borderSpacing?: boolean | undefined;
|
|
4084
|
-
readonly transformOrigin?: boolean | undefined;
|
|
4085
|
-
readonly skew?: boolean | undefined;
|
|
4086
|
-
readonly animation?: boolean | undefined;
|
|
4087
|
-
readonly touchAction?: boolean | undefined;
|
|
4088
|
-
readonly userSelect?: boolean | undefined;
|
|
4089
|
-
readonly scrollSnapType?: boolean | undefined;
|
|
4090
|
-
readonly scrollSnapAlign?: boolean | undefined;
|
|
4091
|
-
readonly scrollSnapStop?: boolean | undefined;
|
|
4092
|
-
readonly scrollMargin?: boolean | undefined;
|
|
4093
|
-
readonly scrollPadding?: boolean | undefined;
|
|
4094
|
-
readonly listStylePosition?: boolean | undefined;
|
|
4095
|
-
readonly listStyleType?: boolean | undefined;
|
|
4096
|
-
readonly listStyleImage?: boolean | undefined;
|
|
4097
|
-
readonly appearance?: boolean | undefined;
|
|
4098
|
-
readonly breakBefore?: boolean | undefined;
|
|
4099
|
-
readonly breakInside?: boolean | undefined;
|
|
4100
|
-
readonly breakAfter?: boolean | undefined;
|
|
4101
|
-
readonly gridAutoColumns?: boolean | undefined;
|
|
4102
|
-
readonly gridAutoFlow?: boolean | undefined;
|
|
4103
|
-
readonly gridAutoRows?: boolean | undefined;
|
|
4104
|
-
readonly gridTemplateColumns?: boolean | undefined;
|
|
4105
|
-
readonly gridTemplateRows?: boolean | undefined;
|
|
4106
|
-
readonly flexDirection?: boolean | undefined;
|
|
4107
|
-
readonly flexWrap?: boolean | undefined;
|
|
4108
|
-
readonly placeContent?: boolean | undefined;
|
|
4109
|
-
readonly placeItems?: boolean | undefined;
|
|
4110
|
-
readonly alignContent?: boolean | undefined;
|
|
4111
|
-
readonly alignItems?: boolean | undefined;
|
|
4112
|
-
readonly justifyContent?: boolean | undefined;
|
|
4113
|
-
readonly justifyItems?: boolean | undefined;
|
|
4114
|
-
readonly gap?: boolean | undefined;
|
|
4115
|
-
readonly space?: boolean | undefined;
|
|
4116
|
-
readonly divideWidth?: boolean | undefined;
|
|
4117
|
-
readonly divideStyle?: boolean | undefined;
|
|
4118
|
-
readonly divideColor?: boolean | undefined;
|
|
4119
|
-
readonly divideOpacity?: boolean | undefined;
|
|
4120
|
-
readonly placeSelf?: boolean | undefined;
|
|
4121
|
-
readonly alignSelf?: boolean | undefined;
|
|
4122
|
-
readonly justifySelf?: boolean | undefined;
|
|
4123
|
-
readonly overscrollBehavior?: boolean | undefined;
|
|
4124
|
-
readonly scrollBehavior?: boolean | undefined;
|
|
4125
|
-
readonly textOverflow?: boolean | undefined;
|
|
4126
|
-
readonly hyphens?: boolean | undefined;
|
|
4127
|
-
readonly whitespace?: boolean | undefined;
|
|
4128
|
-
readonly textWrap?: boolean | undefined;
|
|
4129
|
-
readonly wordBreak?: boolean | undefined;
|
|
4130
|
-
readonly borderWidth?: boolean | undefined;
|
|
4131
|
-
readonly borderStyle?: boolean | undefined;
|
|
4132
|
-
readonly borderColor?: boolean | undefined;
|
|
4133
|
-
readonly borderOpacity?: boolean | undefined;
|
|
4134
|
-
readonly backgroundOpacity?: boolean | undefined;
|
|
4135
|
-
readonly backgroundImage?: boolean | undefined;
|
|
4136
|
-
readonly gradientColorStops?: boolean | undefined;
|
|
4137
|
-
readonly boxDecorationBreak?: boolean | undefined;
|
|
4138
|
-
readonly backgroundSize?: boolean | undefined;
|
|
4139
|
-
readonly backgroundAttachment?: boolean | undefined;
|
|
4140
|
-
readonly backgroundClip?: boolean | undefined;
|
|
4141
|
-
readonly backgroundPosition?: boolean | undefined;
|
|
4142
|
-
readonly backgroundRepeat?: boolean | undefined;
|
|
4143
|
-
readonly backgroundOrigin?: boolean | undefined;
|
|
4144
|
-
readonly objectFit?: boolean | undefined;
|
|
4145
|
-
readonly objectPosition?: boolean | undefined;
|
|
4146
|
-
readonly textAlign?: boolean | undefined;
|
|
4147
|
-
readonly textIndent?: boolean | undefined;
|
|
4148
|
-
readonly verticalAlign?: boolean | undefined;
|
|
4149
|
-
readonly textTransform?: boolean | undefined;
|
|
4150
|
-
readonly fontVariantNumeric?: boolean | undefined;
|
|
4151
|
-
readonly lineHeight?: boolean | undefined;
|
|
4152
|
-
readonly textColor?: boolean | undefined;
|
|
4153
|
-
readonly textOpacity?: boolean | undefined;
|
|
4154
|
-
readonly textDecorationColor?: boolean | undefined;
|
|
4155
|
-
readonly textDecorationStyle?: boolean | undefined;
|
|
4156
|
-
readonly textDecorationThickness?: boolean | undefined;
|
|
4157
|
-
readonly textUnderlineOffset?: boolean | undefined;
|
|
4158
|
-
readonly fontSmoothing?: boolean | undefined;
|
|
4159
|
-
readonly placeholderColor?: boolean | undefined;
|
|
4160
|
-
readonly placeholderOpacity?: boolean | undefined;
|
|
4161
|
-
readonly caretColor?: boolean | undefined;
|
|
4162
|
-
readonly accentColor?: boolean | undefined;
|
|
4163
|
-
readonly backgroundBlendMode?: boolean | undefined;
|
|
4164
|
-
readonly mixBlendMode?: boolean | undefined;
|
|
4165
|
-
readonly boxShadow?: boolean | undefined;
|
|
4166
|
-
readonly boxShadowColor?: boolean | undefined;
|
|
4167
|
-
readonly outlineStyle?: boolean | undefined;
|
|
4168
|
-
readonly outlineWidth?: boolean | undefined;
|
|
4169
|
-
readonly outlineColor?: boolean | undefined;
|
|
4170
|
-
readonly ringWidth?: boolean | undefined;
|
|
4171
|
-
readonly ringColor?: boolean | undefined;
|
|
4172
|
-
readonly ringOpacity?: boolean | undefined;
|
|
4173
|
-
readonly ringOffsetWidth?: boolean | undefined;
|
|
4174
|
-
readonly ringOffsetColor?: boolean | undefined;
|
|
4175
|
-
readonly brightness?: boolean | undefined;
|
|
4176
|
-
readonly contrast?: boolean | undefined;
|
|
4177
|
-
readonly dropShadow?: boolean | undefined;
|
|
4178
|
-
readonly grayscale?: boolean | undefined;
|
|
4179
|
-
readonly hueRotate?: boolean | undefined;
|
|
4180
|
-
readonly saturate?: boolean | undefined;
|
|
4181
|
-
readonly sepia?: boolean | undefined;
|
|
4182
|
-
readonly backdropBlur?: boolean | undefined;
|
|
4183
|
-
readonly backdropBrightness?: boolean | undefined;
|
|
4184
|
-
readonly backdropContrast?: boolean | undefined;
|
|
4185
|
-
readonly backdropGrayscale?: boolean | undefined;
|
|
4186
|
-
readonly backdropHueRotate?: boolean | undefined;
|
|
4187
|
-
readonly backdropInvert?: boolean | undefined;
|
|
4188
|
-
readonly backdropOpacity?: boolean | undefined;
|
|
4189
|
-
readonly backdropSaturate?: boolean | undefined;
|
|
4190
|
-
readonly backdropSepia?: boolean | undefined;
|
|
4191
|
-
readonly backdropFilter?: boolean | undefined;
|
|
4192
|
-
readonly transitionProperty?: boolean | undefined;
|
|
4193
|
-
readonly transitionDelay?: boolean | undefined;
|
|
4194
|
-
readonly transitionDuration?: boolean | undefined;
|
|
4195
|
-
readonly transitionTimingFunction?: boolean | undefined;
|
|
4196
|
-
readonly willChange?: boolean | undefined;
|
|
4197
|
-
readonly contain?: boolean | undefined;
|
|
4198
|
-
readonly forcedColorAdjust?: boolean | undefined;
|
|
4199
|
-
} | undefined;
|
|
4200
|
-
readonly plugins?: readonly (import("tailwindcss/types/config.js").PluginCreator | {
|
|
4201
|
-
(options: any): {
|
|
4202
|
-
handler: import("tailwindcss/types/config.js").PluginCreator;
|
|
4203
|
-
config?: Partial<import("tailwindcss/types/config.js").Config> | undefined;
|
|
4204
|
-
};
|
|
4205
|
-
__isOptionsFunction: true;
|
|
4206
|
-
} | /*elided*/ any | undefined)[] | undefined;
|
|
4207
|
-
}[] | undefined;
|
|
3163
|
+
readonly presets?: readonly any[] | undefined;
|
|
4208
3164
|
readonly future?: "all" | readonly [] | {
|
|
4209
3165
|
readonly hoverOnlyWhenSupported?: boolean | undefined;
|
|
4210
3166
|
readonly respectDefaultRingColorOpacity?: boolean | undefined;
|
|
@@ -4246,7 +3202,7 @@ export declare function useTailwindConfig(): {
|
|
|
4246
3202
|
readonly [x: string]: string;
|
|
4247
3203
|
} | undefined;
|
|
4248
3204
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4249
|
-
readonly [x: string]: string |
|
|
3205
|
+
readonly [x: string]: string | any;
|
|
4250
3206
|
} | undefined;
|
|
4251
3207
|
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4252
3208
|
readonly [x: string]: string;
|
|
@@ -4410,7 +3366,7 @@ export declare function useTailwindConfig(): {
|
|
|
4410
3366
|
readonly [x: string]: string;
|
|
4411
3367
|
} | undefined;
|
|
4412
3368
|
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4413
|
-
readonly [x: string]: string |
|
|
3369
|
+
readonly [x: string]: string | any;
|
|
4414
3370
|
} | undefined;
|
|
4415
3371
|
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4416
3372
|
readonly [x: string]: string;
|
|
@@ -4422,13 +3378,13 @@ export declare function useTailwindConfig(): {
|
|
|
4422
3378
|
readonly [x: string]: string;
|
|
4423
3379
|
} | undefined;
|
|
4424
3380
|
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4425
|
-
readonly [x: string]: string |
|
|
3381
|
+
readonly [x: string]: string | any;
|
|
4426
3382
|
} | undefined;
|
|
4427
3383
|
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4428
3384
|
readonly [x: string]: string;
|
|
4429
3385
|
} | undefined;
|
|
4430
3386
|
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4431
|
-
readonly [x: string]: string |
|
|
3387
|
+
readonly [x: string]: string | any;
|
|
4432
3388
|
} | undefined;
|
|
4433
3389
|
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4434
3390
|
readonly [x: string]: string;
|
|
@@ -4437,7 +3393,7 @@ export declare function useTailwindConfig(): {
|
|
|
4437
3393
|
readonly [x: string]: string;
|
|
4438
3394
|
} | undefined;
|
|
4439
3395
|
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4440
|
-
readonly [x: string]: string |
|
|
3396
|
+
readonly [x: string]: string | any;
|
|
4441
3397
|
} | undefined;
|
|
4442
3398
|
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4443
3399
|
readonly [x: string]: string;
|
|
@@ -4446,10 +3402,10 @@ export declare function useTailwindConfig(): {
|
|
|
4446
3402
|
readonly [x: string]: string;
|
|
4447
3403
|
} | undefined;
|
|
4448
3404
|
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4449
|
-
readonly [x: string]: string |
|
|
3405
|
+
readonly [x: string]: string | any;
|
|
4450
3406
|
} | undefined;
|
|
4451
3407
|
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4452
|
-
readonly [x: string]: string |
|
|
3408
|
+
readonly [x: string]: string | any;
|
|
4453
3409
|
} | undefined;
|
|
4454
3410
|
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4455
3411
|
readonly [x: string]: string;
|
|
@@ -4493,13 +3449,13 @@ export declare function useTailwindConfig(): {
|
|
|
4493
3449
|
readonly [x: string]: string;
|
|
4494
3450
|
} | undefined;
|
|
4495
3451
|
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4496
|
-
readonly [x: string]: string |
|
|
3452
|
+
readonly [x: string]: string | any;
|
|
4497
3453
|
} | undefined;
|
|
4498
3454
|
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4499
3455
|
readonly [x: string]: string;
|
|
4500
3456
|
} | undefined;
|
|
4501
3457
|
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4502
|
-
readonly [x: string]: string |
|
|
3458
|
+
readonly [x: string]: string | any;
|
|
4503
3459
|
} | undefined;
|
|
4504
3460
|
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4505
3461
|
readonly [x: string]: string;
|
|
@@ -4508,16 +3464,16 @@ export declare function useTailwindConfig(): {
|
|
|
4508
3464
|
readonly [x: string]: string;
|
|
4509
3465
|
} | undefined;
|
|
4510
3466
|
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4511
|
-
readonly [x: string]: string |
|
|
3467
|
+
readonly [x: string]: string | any;
|
|
4512
3468
|
} | undefined;
|
|
4513
3469
|
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4514
3470
|
readonly [x: string]: string;
|
|
4515
3471
|
} | undefined;
|
|
4516
3472
|
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4517
|
-
readonly [x: string]: string |
|
|
3473
|
+
readonly [x: string]: string | any;
|
|
4518
3474
|
} | undefined;
|
|
4519
3475
|
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4520
|
-
readonly [x: string]: string |
|
|
3476
|
+
readonly [x: string]: string | any;
|
|
4521
3477
|
} | undefined;
|
|
4522
3478
|
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4523
3479
|
readonly [x: string]: string;
|
|
@@ -4526,7 +3482,7 @@ export declare function useTailwindConfig(): {
|
|
|
4526
3482
|
readonly [x: string]: string | readonly string[];
|
|
4527
3483
|
} | undefined;
|
|
4528
3484
|
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4529
|
-
readonly [x: string]: string |
|
|
3485
|
+
readonly [x: string]: string | any;
|
|
4530
3486
|
} | undefined;
|
|
4531
3487
|
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4532
3488
|
readonly [x: string]: string;
|
|
@@ -4535,13 +3491,13 @@ export declare function useTailwindConfig(): {
|
|
|
4535
3491
|
readonly [x: string]: string;
|
|
4536
3492
|
} | undefined;
|
|
4537
3493
|
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4538
|
-
readonly [x: string]: string |
|
|
3494
|
+
readonly [x: string]: string | any;
|
|
4539
3495
|
} | undefined;
|
|
4540
3496
|
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4541
3497
|
readonly [x: string]: string;
|
|
4542
3498
|
} | undefined;
|
|
4543
3499
|
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4544
|
-
readonly [x: string]: string |
|
|
3500
|
+
readonly [x: string]: string | any;
|
|
4545
3501
|
} | undefined;
|
|
4546
3502
|
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4547
3503
|
readonly [x: string]: string;
|
|
@@ -4550,7 +3506,7 @@ export declare function useTailwindConfig(): {
|
|
|
4550
3506
|
readonly [x: string]: string;
|
|
4551
3507
|
} | undefined;
|
|
4552
3508
|
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4553
|
-
readonly [x: string]: string |
|
|
3509
|
+
readonly [x: string]: string | any;
|
|
4554
3510
|
} | undefined;
|
|
4555
3511
|
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4556
3512
|
readonly [x: string]: string;
|
|
@@ -4654,7 +3610,7 @@ export declare function useTailwindConfig(): {
|
|
|
4654
3610
|
readonly [x: string]: string;
|
|
4655
3611
|
} | undefined;
|
|
4656
3612
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4657
|
-
readonly [x: string]: string |
|
|
3613
|
+
readonly [x: string]: string | any;
|
|
4658
3614
|
} | undefined;
|
|
4659
3615
|
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4660
3616
|
readonly [x: string]: string;
|
|
@@ -4818,7 +3774,7 @@ export declare function useTailwindConfig(): {
|
|
|
4818
3774
|
readonly [x: string]: string;
|
|
4819
3775
|
} | undefined;
|
|
4820
3776
|
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4821
|
-
readonly [x: string]: string |
|
|
3777
|
+
readonly [x: string]: string | any;
|
|
4822
3778
|
} | undefined;
|
|
4823
3779
|
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4824
3780
|
readonly [x: string]: string;
|
|
@@ -4830,13 +3786,13 @@ export declare function useTailwindConfig(): {
|
|
|
4830
3786
|
readonly [x: string]: string;
|
|
4831
3787
|
} | undefined;
|
|
4832
3788
|
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4833
|
-
readonly [x: string]: string |
|
|
3789
|
+
readonly [x: string]: string | any;
|
|
4834
3790
|
} | undefined;
|
|
4835
3791
|
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4836
3792
|
readonly [x: string]: string;
|
|
4837
3793
|
} | undefined;
|
|
4838
3794
|
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4839
|
-
readonly [x: string]: string |
|
|
3795
|
+
readonly [x: string]: string | any;
|
|
4840
3796
|
} | undefined;
|
|
4841
3797
|
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4842
3798
|
readonly [x: string]: string;
|
|
@@ -4845,7 +3801,7 @@ export declare function useTailwindConfig(): {
|
|
|
4845
3801
|
readonly [x: string]: string;
|
|
4846
3802
|
} | undefined;
|
|
4847
3803
|
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4848
|
-
readonly [x: string]: string |
|
|
3804
|
+
readonly [x: string]: string | any;
|
|
4849
3805
|
} | undefined;
|
|
4850
3806
|
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4851
3807
|
readonly [x: string]: string;
|
|
@@ -4854,10 +3810,10 @@ export declare function useTailwindConfig(): {
|
|
|
4854
3810
|
readonly [x: string]: string;
|
|
4855
3811
|
} | undefined;
|
|
4856
3812
|
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4857
|
-
readonly [x: string]: string |
|
|
3813
|
+
readonly [x: string]: string | any;
|
|
4858
3814
|
} | undefined;
|
|
4859
3815
|
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4860
|
-
readonly [x: string]: string |
|
|
3816
|
+
readonly [x: string]: string | any;
|
|
4861
3817
|
} | undefined;
|
|
4862
3818
|
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4863
3819
|
readonly [x: string]: string;
|
|
@@ -4901,13 +3857,13 @@ export declare function useTailwindConfig(): {
|
|
|
4901
3857
|
readonly [x: string]: string;
|
|
4902
3858
|
} | undefined;
|
|
4903
3859
|
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4904
|
-
readonly [x: string]: string |
|
|
3860
|
+
readonly [x: string]: string | any;
|
|
4905
3861
|
} | undefined;
|
|
4906
3862
|
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4907
3863
|
readonly [x: string]: string;
|
|
4908
3864
|
} | undefined;
|
|
4909
3865
|
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4910
|
-
readonly [x: string]: string |
|
|
3866
|
+
readonly [x: string]: string | any;
|
|
4911
3867
|
} | undefined;
|
|
4912
3868
|
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4913
3869
|
readonly [x: string]: string;
|
|
@@ -4916,16 +3872,16 @@ export declare function useTailwindConfig(): {
|
|
|
4916
3872
|
readonly [x: string]: string;
|
|
4917
3873
|
} | undefined;
|
|
4918
3874
|
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4919
|
-
readonly [x: string]: string |
|
|
3875
|
+
readonly [x: string]: string | any;
|
|
4920
3876
|
} | undefined;
|
|
4921
3877
|
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4922
3878
|
readonly [x: string]: string;
|
|
4923
3879
|
} | undefined;
|
|
4924
3880
|
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4925
|
-
readonly [x: string]: string |
|
|
3881
|
+
readonly [x: string]: string | any;
|
|
4926
3882
|
} | undefined;
|
|
4927
3883
|
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4928
|
-
readonly [x: string]: string |
|
|
3884
|
+
readonly [x: string]: string | any;
|
|
4929
3885
|
} | undefined;
|
|
4930
3886
|
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4931
3887
|
readonly [x: string]: string;
|
|
@@ -4934,7 +3890,7 @@ export declare function useTailwindConfig(): {
|
|
|
4934
3890
|
readonly [x: string]: string | readonly string[];
|
|
4935
3891
|
} | undefined;
|
|
4936
3892
|
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4937
|
-
readonly [x: string]: string |
|
|
3893
|
+
readonly [x: string]: string | any;
|
|
4938
3894
|
} | undefined;
|
|
4939
3895
|
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4940
3896
|
readonly [x: string]: string;
|
|
@@ -4943,13 +3899,13 @@ export declare function useTailwindConfig(): {
|
|
|
4943
3899
|
readonly [x: string]: string;
|
|
4944
3900
|
} | undefined;
|
|
4945
3901
|
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4946
|
-
readonly [x: string]: string |
|
|
3902
|
+
readonly [x: string]: string | any;
|
|
4947
3903
|
} | undefined;
|
|
4948
3904
|
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4949
3905
|
readonly [x: string]: string;
|
|
4950
3906
|
} | undefined;
|
|
4951
3907
|
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4952
|
-
readonly [x: string]: string |
|
|
3908
|
+
readonly [x: string]: string | any;
|
|
4953
3909
|
} | undefined;
|
|
4954
3910
|
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4955
3911
|
readonly [x: string]: string;
|
|
@@ -4958,7 +3914,7 @@ export declare function useTailwindConfig(): {
|
|
|
4958
3914
|
readonly [x: string]: string;
|
|
4959
3915
|
} | undefined;
|
|
4960
3916
|
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4961
|
-
readonly [x: string]: string |
|
|
3917
|
+
readonly [x: string]: string | any;
|
|
4962
3918
|
} | undefined;
|
|
4963
3919
|
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4964
3920
|
readonly [x: string]: string;
|
|
@@ -5221,7 +4177,7 @@ export declare function useTailwindConfig(): {
|
|
|
5221
4177
|
config?: Partial<import("tailwindcss/types/config.js").Config> | undefined;
|
|
5222
4178
|
};
|
|
5223
4179
|
__isOptionsFunction: true;
|
|
5224
|
-
} |
|
|
4180
|
+
} | any | undefined)[] | undefined;
|
|
5225
4181
|
} | undefined;
|
|
5226
4182
|
} | undefined)[] | undefined;
|
|
5227
4183
|
} | null;
|