eddev 2.0.0-beta.254 → 2.0.0-beta.255
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 +1361 -317
- 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/legacy-stitches/createStitches.d.ts.map +1 -1
- package/dist/app/lib/routing/components/Link.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/rpc.d.ts +33 -14
- package/dist/app/server/rpc.d.ts.map +1 -1
- package/dist/app/server/server-context.d.ts +1 -1
- package/dist/app/server/utils/replace-host.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/graphql/graphql-codegen.d.ts.map +1 -1
- package/dist/node/graphql/graphql-codegen.js +23 -20
- package/dist/node/utils/fs.d.ts +1 -1
- package/dist/node/utils/fs.d.ts.map +1 -1
- package/dist/node/utils/helpers.d.ts.map +1 -1
- package/dist/node/utils/report-builder.d.ts +6 -6
- package/package.json +3 -3
|
@@ -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 any[] | undefined;
|
|
53
|
+
readonly presets?: readonly /*elided*/ 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 | any;
|
|
95
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
259
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
271
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
277
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
286
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
295
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
298
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
342
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
348
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
357
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
363
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
366
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
375
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
384
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
390
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
399
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
503
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
667
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
679
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
685
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
694
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
703
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
706
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
750
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
756
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
765
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
771
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
774
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
783
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
792
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
798
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
807
|
+
readonly [x: string]: string | /*elided*/ 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;
|
|
@@ -902,6 +902,7 @@ export declare function useTailwindConfig(): {
|
|
|
902
902
|
readonly strokeWidth?: boolean | undefined;
|
|
903
903
|
readonly textDecoration?: boolean | undefined;
|
|
904
904
|
readonly transform?: boolean | undefined;
|
|
905
|
+
readonly transformOrigin?: boolean | undefined;
|
|
905
906
|
readonly visibility?: boolean | undefined;
|
|
906
907
|
readonly translate?: boolean | undefined;
|
|
907
908
|
readonly content?: boolean | undefined;
|
|
@@ -945,7 +946,6 @@ export declare function useTailwindConfig(): {
|
|
|
945
946
|
readonly captionSide?: boolean | undefined;
|
|
946
947
|
readonly borderCollapse?: boolean | undefined;
|
|
947
948
|
readonly borderSpacing?: boolean | undefined;
|
|
948
|
-
readonly transformOrigin?: boolean | undefined;
|
|
949
949
|
readonly skew?: boolean | undefined;
|
|
950
950
|
readonly animation?: boolean | undefined;
|
|
951
951
|
readonly touchAction?: boolean | undefined;
|
|
@@ -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 any[] | undefined;
|
|
1098
|
+
readonly presets?: readonly /*elided*/ 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 | any;
|
|
1140
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1304
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1316
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1322
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1331
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1340
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1343
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1387
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1393
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1402
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1408
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1411
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1420
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1429
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1435
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1444
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1548
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1712
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1724
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1730
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1739
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1748
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1751
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1795
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1801
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1810
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1816
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1819
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1828
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1837
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1843
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
1852
|
+
readonly [x: string]: string | /*elided*/ 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;
|
|
@@ -1947,6 +1947,7 @@ export declare function useTailwindConfig(): {
|
|
|
1947
1947
|
readonly strokeWidth?: boolean | undefined;
|
|
1948
1948
|
readonly textDecoration?: boolean | undefined;
|
|
1949
1949
|
readonly transform?: boolean | undefined;
|
|
1950
|
+
readonly transformOrigin?: boolean | undefined;
|
|
1950
1951
|
readonly visibility?: boolean | undefined;
|
|
1951
1952
|
readonly translate?: boolean | undefined;
|
|
1952
1953
|
readonly content?: boolean | undefined;
|
|
@@ -1990,7 +1991,6 @@ export declare function useTailwindConfig(): {
|
|
|
1990
1991
|
readonly captionSide?: boolean | undefined;
|
|
1991
1992
|
readonly borderCollapse?: boolean | undefined;
|
|
1992
1993
|
readonly borderSpacing?: boolean | undefined;
|
|
1993
|
-
readonly transformOrigin?: boolean | undefined;
|
|
1994
1994
|
readonly skew?: boolean | undefined;
|
|
1995
1995
|
readonly animation?: boolean | undefined;
|
|
1996
1996
|
readonly touchAction?: boolean | undefined;
|
|
@@ -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
|
-
} | any | undefined)[] | undefined;
|
|
2115
|
+
} | /*elided*/ 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 | any;
|
|
2160
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2324
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2336
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2342
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2351
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2360
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2363
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2407
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2413
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2422
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2428
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2431
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2440
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2449
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2455
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2464
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2568
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2732
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2744
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2750
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2759
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2768
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2771
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2815
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2821
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2830
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2836
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2839
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2848
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2857
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2863
|
+
readonly [x: string]: string | /*elided*/ 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 | any;
|
|
2872
|
+
readonly [x: string]: string | /*elided*/ 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;
|
|
@@ -2967,6 +2967,7 @@ export declare function useTailwindConfig(): {
|
|
|
2967
2967
|
readonly strokeWidth?: boolean | undefined;
|
|
2968
2968
|
readonly textDecoration?: boolean | undefined;
|
|
2969
2969
|
readonly transform?: boolean | undefined;
|
|
2970
|
+
readonly transformOrigin?: boolean | undefined;
|
|
2970
2971
|
readonly visibility?: boolean | undefined;
|
|
2971
2972
|
readonly translate?: boolean | undefined;
|
|
2972
2973
|
readonly content?: boolean | undefined;
|
|
@@ -3010,7 +3011,6 @@ export declare function useTailwindConfig(): {
|
|
|
3010
3011
|
readonly captionSide?: boolean | undefined;
|
|
3011
3012
|
readonly borderCollapse?: boolean | undefined;
|
|
3012
3013
|
readonly borderSpacing?: boolean | undefined;
|
|
3013
|
-
readonly transformOrigin?: boolean | undefined;
|
|
3014
3014
|
readonly skew?: boolean | undefined;
|
|
3015
3015
|
readonly animation?: boolean | undefined;
|
|
3016
3016
|
readonly touchAction?: boolean | undefined;
|
|
@@ -3160,59 +3160,47 @@ 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 future?: "all" | readonly [] | {
|
|
3165
|
-
readonly hoverOnlyWhenSupported?: boolean | undefined;
|
|
3166
|
-
readonly respectDefaultRingColorOpacity?: boolean | undefined;
|
|
3167
|
-
readonly disableColorOpacityUtilitiesByDefault?: boolean | undefined;
|
|
3168
|
-
readonly relativeContentPathsByDefault?: boolean | undefined;
|
|
3169
|
-
} | undefined;
|
|
3170
|
-
readonly experimental?: "all" | readonly [] | {
|
|
3171
|
-
readonly optimizeUniversalDefaults?: boolean | undefined;
|
|
3172
|
-
readonly matchVariant?: boolean | undefined;
|
|
3173
|
-
} | undefined;
|
|
3174
|
-
readonly darkMode?: "media" | "class" | "selector" | readonly [("class" | undefined)?, (string | undefined)?] | readonly [("selector" | undefined)?, (string | undefined)?] | readonly [("variant" | undefined)?, (string | readonly string[] | undefined)?] | undefined;
|
|
3175
|
-
readonly theme?: {
|
|
3163
|
+
readonly presets?: readonly {
|
|
3176
3164
|
readonly [x: string]: any;
|
|
3177
|
-
readonly
|
|
3178
|
-
readonly
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
} | {
|
|
3183
|
-
readonly max: string;
|
|
3184
|
-
} | {
|
|
3185
|
-
readonly min: string;
|
|
3186
|
-
readonly max: string;
|
|
3187
|
-
} | readonly ({
|
|
3165
|
+
readonly content?: readonly (string | {
|
|
3166
|
+
readonly raw: string;
|
|
3167
|
+
readonly extension?: string | undefined;
|
|
3168
|
+
})[] | {
|
|
3169
|
+
readonly files: readonly (string | {
|
|
3188
3170
|
readonly raw: string;
|
|
3189
|
-
|
|
3190
|
-
readonly min: string;
|
|
3191
|
-
} | {
|
|
3192
|
-
readonly max: string;
|
|
3193
|
-
} | {
|
|
3194
|
-
readonly min: string;
|
|
3195
|
-
readonly max: string;
|
|
3171
|
+
readonly extension?: string | undefined;
|
|
3196
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;
|
|
3197
3180
|
} | undefined;
|
|
3198
|
-
readonly
|
|
3199
|
-
|
|
3200
|
-
|
|
3201
|
-
readonly
|
|
3202
|
-
readonly
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
|
|
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;
|
|
3206
3195
|
} | undefined;
|
|
3207
|
-
readonly
|
|
3208
|
-
readonly
|
|
3196
|
+
readonly experimental?: "all" | readonly [] | {
|
|
3197
|
+
readonly optimizeUniversalDefaults?: boolean | undefined;
|
|
3198
|
+
readonly matchVariant?: boolean | undefined;
|
|
3209
3199
|
} | undefined;
|
|
3210
|
-
readonly
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
|
|
3214
|
-
}>) | {
|
|
3215
|
-
readonly screens?: readonly string[] | {
|
|
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) | {
|
|
3216
3204
|
readonly [x: string]: string | {
|
|
3217
3205
|
readonly raw: string;
|
|
3218
3206
|
} | {
|
|
@@ -3233,158 +3221,1214 @@ export declare function useTailwindConfig(): {
|
|
|
3233
3221
|
readonly max: string;
|
|
3234
3222
|
})[];
|
|
3235
3223
|
} | undefined;
|
|
3236
|
-
readonly
|
|
3237
|
-
readonly padding?: string | {
|
|
3224
|
+
readonly supports?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | {
|
|
3238
3225
|
readonly [x: string]: string;
|
|
3239
3226
|
} | undefined;
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
readonly maxHeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3278
|
-
readonly [x: string]: string;
|
|
3279
|
-
} | undefined;
|
|
3280
|
-
readonly minHeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3281
|
-
readonly [x: string]: string;
|
|
3282
|
-
} | undefined;
|
|
3283
|
-
readonly width?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3284
|
-
readonly [x: string]: string;
|
|
3285
|
-
} | undefined;
|
|
3286
|
-
readonly maxWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3287
|
-
readonly [x: string]: string;
|
|
3288
|
-
} | undefined;
|
|
3289
|
-
readonly minWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3290
|
-
readonly [x: string]: string;
|
|
3291
|
-
} | undefined;
|
|
3292
|
-
readonly flex?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3293
|
-
readonly [x: string]: string;
|
|
3294
|
-
} | undefined;
|
|
3295
|
-
readonly flexShrink?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3296
|
-
readonly [x: string]: string;
|
|
3297
|
-
} | undefined;
|
|
3298
|
-
readonly flexGrow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3299
|
-
readonly [x: string]: string;
|
|
3300
|
-
} | undefined;
|
|
3301
|
-
readonly flexBasis?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3302
|
-
readonly [x: string]: string;
|
|
3303
|
-
} | undefined;
|
|
3304
|
-
readonly borderSpacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3305
|
-
readonly [x: string]: string;
|
|
3306
|
-
} | undefined;
|
|
3307
|
-
readonly transformOrigin?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3308
|
-
readonly [x: string]: string;
|
|
3309
|
-
} | undefined;
|
|
3310
|
-
readonly translate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3311
|
-
readonly [x: string]: string;
|
|
3312
|
-
} | undefined;
|
|
3313
|
-
readonly rotate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3314
|
-
readonly [x: string]: string;
|
|
3315
|
-
} | undefined;
|
|
3316
|
-
readonly skew?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3317
|
-
readonly [x: string]: string;
|
|
3318
|
-
} | undefined;
|
|
3319
|
-
readonly scale?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3320
|
-
readonly [x: string]: string;
|
|
3321
|
-
} | undefined;
|
|
3322
|
-
readonly animation?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3323
|
-
readonly [x: string]: string;
|
|
3324
|
-
} | undefined;
|
|
3325
|
-
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>>>) | {
|
|
3326
|
-
readonly [x: string]: {
|
|
3327
|
-
readonly [x: string]: {
|
|
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 | {
|
|
3328
3264
|
readonly [x: string]: string;
|
|
3329
|
-
};
|
|
3330
|
-
};
|
|
3331
|
-
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
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 transformOrigin?: boolean | undefined;
|
|
4042
|
+
readonly visibility?: boolean | undefined;
|
|
4043
|
+
readonly translate?: boolean | undefined;
|
|
4044
|
+
readonly content?: boolean | undefined;
|
|
4045
|
+
readonly size?: boolean | undefined;
|
|
4046
|
+
readonly backgroundColor?: boolean | undefined;
|
|
4047
|
+
readonly inset?: boolean | undefined;
|
|
4048
|
+
readonly invert?: boolean | undefined;
|
|
4049
|
+
readonly outlineOffset?: boolean | undefined;
|
|
4050
|
+
readonly borderRadius?: boolean | undefined;
|
|
4051
|
+
readonly padding?: boolean | undefined;
|
|
4052
|
+
readonly flex?: boolean | undefined;
|
|
4053
|
+
readonly position?: boolean | undefined;
|
|
4054
|
+
readonly columns?: boolean | undefined;
|
|
4055
|
+
readonly blur?: boolean | undefined;
|
|
4056
|
+
readonly resize?: boolean | undefined;
|
|
4057
|
+
readonly preflight?: boolean | undefined;
|
|
4058
|
+
readonly container?: boolean | undefined;
|
|
4059
|
+
readonly accessibility?: boolean | undefined;
|
|
4060
|
+
readonly isolation?: boolean | undefined;
|
|
4061
|
+
readonly zIndex?: boolean | undefined;
|
|
4062
|
+
readonly gridColumn?: boolean | undefined;
|
|
4063
|
+
readonly gridColumnStart?: boolean | undefined;
|
|
4064
|
+
readonly gridColumnEnd?: boolean | undefined;
|
|
4065
|
+
readonly gridRow?: boolean | undefined;
|
|
4066
|
+
readonly gridRowStart?: boolean | undefined;
|
|
4067
|
+
readonly gridRowEnd?: boolean | undefined;
|
|
4068
|
+
readonly float?: boolean | undefined;
|
|
4069
|
+
readonly clear?: boolean | undefined;
|
|
4070
|
+
readonly margin?: boolean | undefined;
|
|
4071
|
+
readonly boxSizing?: boolean | undefined;
|
|
4072
|
+
readonly lineClamp?: boolean | undefined;
|
|
4073
|
+
readonly aspectRatio?: boolean | undefined;
|
|
4074
|
+
readonly maxHeight?: boolean | undefined;
|
|
4075
|
+
readonly minHeight?: boolean | undefined;
|
|
4076
|
+
readonly minWidth?: boolean | undefined;
|
|
4077
|
+
readonly maxWidth?: boolean | undefined;
|
|
4078
|
+
readonly flexShrink?: boolean | undefined;
|
|
4079
|
+
readonly flexGrow?: boolean | undefined;
|
|
4080
|
+
readonly flexBasis?: boolean | undefined;
|
|
4081
|
+
readonly tableLayout?: boolean | undefined;
|
|
4082
|
+
readonly captionSide?: boolean | undefined;
|
|
4083
|
+
readonly borderCollapse?: boolean | undefined;
|
|
4084
|
+
readonly borderSpacing?: 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;
|
|
4208
|
+
readonly future?: "all" | readonly [] | {
|
|
4209
|
+
readonly hoverOnlyWhenSupported?: boolean | undefined;
|
|
4210
|
+
readonly respectDefaultRingColorOpacity?: boolean | undefined;
|
|
4211
|
+
readonly disableColorOpacityUtilitiesByDefault?: boolean | undefined;
|
|
4212
|
+
readonly relativeContentPathsByDefault?: boolean | undefined;
|
|
4213
|
+
} | undefined;
|
|
4214
|
+
readonly experimental?: "all" | readonly [] | {
|
|
4215
|
+
readonly optimizeUniversalDefaults?: boolean | undefined;
|
|
4216
|
+
readonly matchVariant?: boolean | undefined;
|
|
4217
|
+
} | undefined;
|
|
4218
|
+
readonly darkMode?: "media" | "class" | "selector" | readonly [("class" | undefined)?, (string | undefined)?] | readonly [("selector" | undefined)?, (string | undefined)?] | readonly [("variant" | undefined)?, (string | readonly string[] | undefined)?] | undefined;
|
|
4219
|
+
readonly theme?: {
|
|
4220
|
+
readonly [x: string]: any;
|
|
4221
|
+
readonly screens?: readonly string[] | ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").ScreensConfig) | {
|
|
4222
|
+
readonly [x: string]: string | {
|
|
4223
|
+
readonly raw: string;
|
|
4224
|
+
} | {
|
|
4225
|
+
readonly min: string;
|
|
4226
|
+
} | {
|
|
4227
|
+
readonly max: string;
|
|
4228
|
+
} | {
|
|
4229
|
+
readonly min: string;
|
|
4230
|
+
readonly max: string;
|
|
4231
|
+
} | readonly ({
|
|
4232
|
+
readonly raw: string;
|
|
4233
|
+
} | {
|
|
4234
|
+
readonly min: string;
|
|
4235
|
+
} | {
|
|
4236
|
+
readonly max: string;
|
|
4237
|
+
} | {
|
|
4238
|
+
readonly min: string;
|
|
4239
|
+
readonly max: string;
|
|
4240
|
+
})[];
|
|
4241
|
+
} | undefined;
|
|
4242
|
+
readonly supports?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | {
|
|
4243
|
+
readonly [x: string]: string;
|
|
4244
|
+
} | undefined;
|
|
4245
|
+
readonly data?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => Record<string, string>) | {
|
|
4246
|
+
readonly [x: string]: string;
|
|
4247
|
+
} | undefined;
|
|
4248
|
+
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4249
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
4250
|
+
} | undefined;
|
|
4251
|
+
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4252
|
+
readonly [x: string]: string;
|
|
4253
|
+
} | undefined;
|
|
4254
|
+
readonly container?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => Partial<{
|
|
4255
|
+
screens: import("tailwindcss/types/config.js").ScreensConfig;
|
|
4256
|
+
center: boolean;
|
|
4257
|
+
padding: string | Record<string, string>;
|
|
4258
|
+
}>) | {
|
|
4259
|
+
readonly screens?: readonly string[] | {
|
|
4260
|
+
readonly [x: string]: string | {
|
|
4261
|
+
readonly raw: string;
|
|
4262
|
+
} | {
|
|
4263
|
+
readonly min: string;
|
|
4264
|
+
} | {
|
|
4265
|
+
readonly max: string;
|
|
4266
|
+
} | {
|
|
4267
|
+
readonly min: string;
|
|
4268
|
+
readonly max: string;
|
|
4269
|
+
} | readonly ({
|
|
4270
|
+
readonly raw: string;
|
|
4271
|
+
} | {
|
|
4272
|
+
readonly min: string;
|
|
4273
|
+
} | {
|
|
4274
|
+
readonly max: string;
|
|
4275
|
+
} | {
|
|
4276
|
+
readonly min: string;
|
|
4277
|
+
readonly max: string;
|
|
4278
|
+
})[];
|
|
4279
|
+
} | undefined;
|
|
4280
|
+
readonly center?: boolean | undefined;
|
|
4281
|
+
readonly padding?: string | {
|
|
4282
|
+
readonly [x: string]: string;
|
|
4283
|
+
} | undefined;
|
|
4284
|
+
} | undefined;
|
|
4285
|
+
readonly inset?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4286
|
+
readonly [x: string]: string;
|
|
4287
|
+
} | undefined;
|
|
4288
|
+
readonly zIndex?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4289
|
+
readonly [x: string]: string;
|
|
4290
|
+
} | undefined;
|
|
4291
|
+
readonly order?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4292
|
+
readonly [x: string]: string;
|
|
4293
|
+
} | undefined;
|
|
4294
|
+
readonly gridColumn?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4295
|
+
readonly [x: string]: string;
|
|
4296
|
+
} | undefined;
|
|
4297
|
+
readonly gridColumnStart?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4298
|
+
readonly [x: string]: string;
|
|
4299
|
+
} | undefined;
|
|
4300
|
+
readonly gridColumnEnd?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4301
|
+
readonly [x: string]: string;
|
|
4302
|
+
} | undefined;
|
|
4303
|
+
readonly gridRow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4304
|
+
readonly [x: string]: string;
|
|
4305
|
+
} | undefined;
|
|
4306
|
+
readonly gridRowStart?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4307
|
+
readonly [x: string]: string;
|
|
4308
|
+
} | undefined;
|
|
4309
|
+
readonly gridRowEnd?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4310
|
+
readonly [x: string]: string;
|
|
4311
|
+
} | undefined;
|
|
4312
|
+
readonly margin?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4313
|
+
readonly [x: string]: string;
|
|
4314
|
+
} | undefined;
|
|
4315
|
+
readonly aspectRatio?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4316
|
+
readonly [x: string]: string;
|
|
4317
|
+
} | undefined;
|
|
4318
|
+
readonly height?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4319
|
+
readonly [x: string]: string;
|
|
4320
|
+
} | undefined;
|
|
4321
|
+
readonly maxHeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4322
|
+
readonly [x: string]: string;
|
|
4323
|
+
} | undefined;
|
|
4324
|
+
readonly minHeight?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4325
|
+
readonly [x: string]: string;
|
|
4326
|
+
} | undefined;
|
|
4327
|
+
readonly width?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4328
|
+
readonly [x: string]: string;
|
|
4329
|
+
} | undefined;
|
|
4330
|
+
readonly maxWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4331
|
+
readonly [x: string]: string;
|
|
4332
|
+
} | undefined;
|
|
4333
|
+
readonly minWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4334
|
+
readonly [x: string]: string;
|
|
4335
|
+
} | undefined;
|
|
4336
|
+
readonly flex?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4337
|
+
readonly [x: string]: string;
|
|
4338
|
+
} | undefined;
|
|
4339
|
+
readonly flexShrink?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4340
|
+
readonly [x: string]: string;
|
|
4341
|
+
} | undefined;
|
|
4342
|
+
readonly flexGrow?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4343
|
+
readonly [x: string]: string;
|
|
4344
|
+
} | undefined;
|
|
4345
|
+
readonly flexBasis?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4346
|
+
readonly [x: string]: string;
|
|
4347
|
+
} | undefined;
|
|
4348
|
+
readonly borderSpacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4349
|
+
readonly [x: string]: string;
|
|
4350
|
+
} | undefined;
|
|
4351
|
+
readonly transformOrigin?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4352
|
+
readonly [x: string]: string;
|
|
4353
|
+
} | undefined;
|
|
4354
|
+
readonly translate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4355
|
+
readonly [x: string]: string;
|
|
4356
|
+
} | undefined;
|
|
4357
|
+
readonly rotate?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4358
|
+
readonly [x: string]: string;
|
|
4359
|
+
} | undefined;
|
|
4360
|
+
readonly skew?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4361
|
+
readonly [x: string]: string;
|
|
4362
|
+
} | undefined;
|
|
4363
|
+
readonly scale?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4364
|
+
readonly [x: string]: string;
|
|
4365
|
+
} | undefined;
|
|
4366
|
+
readonly animation?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4367
|
+
readonly [x: string]: string;
|
|
4368
|
+
} | undefined;
|
|
4369
|
+
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>>>) | {
|
|
4370
|
+
readonly [x: string]: {
|
|
4371
|
+
readonly [x: string]: {
|
|
4372
|
+
readonly [x: string]: string;
|
|
4373
|
+
};
|
|
4374
|
+
};
|
|
4375
|
+
} | undefined;
|
|
4376
|
+
readonly cursor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4377
|
+
readonly [x: string]: string;
|
|
4378
|
+
} | undefined;
|
|
4379
|
+
readonly scrollMargin?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4380
|
+
readonly [x: string]: string;
|
|
4381
|
+
} | undefined;
|
|
4382
|
+
readonly scrollPadding?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4383
|
+
readonly [x: string]: string;
|
|
4384
|
+
} | undefined;
|
|
4385
|
+
readonly listStyleType?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4386
|
+
readonly [x: string]: string;
|
|
4387
|
+
} | undefined;
|
|
4388
|
+
readonly columns?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4389
|
+
readonly [x: string]: string;
|
|
4390
|
+
} | undefined;
|
|
4391
|
+
readonly gridAutoColumns?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4392
|
+
readonly [x: string]: string;
|
|
4393
|
+
} | undefined;
|
|
4394
|
+
readonly gridAutoRows?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4395
|
+
readonly [x: string]: string;
|
|
4396
|
+
} | undefined;
|
|
4397
|
+
readonly gridTemplateColumns?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4398
|
+
readonly [x: string]: string;
|
|
4399
|
+
} | undefined;
|
|
4400
|
+
readonly gridTemplateRows?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4401
|
+
readonly [x: string]: string;
|
|
4402
|
+
} | undefined;
|
|
4403
|
+
readonly gap?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4404
|
+
readonly [x: string]: string;
|
|
4405
|
+
} | undefined;
|
|
4406
|
+
readonly space?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4407
|
+
readonly [x: string]: string;
|
|
4408
|
+
} | undefined;
|
|
4409
|
+
readonly divideWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4410
|
+
readonly [x: string]: string;
|
|
4411
|
+
} | undefined;
|
|
4412
|
+
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
4413
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
4414
|
+
} | undefined;
|
|
4415
|
+
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
4416
|
+
readonly [x: string]: string;
|
|
4417
|
+
} | undefined;
|
|
4418
|
+
readonly borderRadius?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3375
4419
|
readonly [x: string]: string;
|
|
3376
4420
|
} | undefined;
|
|
3377
4421
|
readonly borderWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3378
4422
|
readonly [x: string]: string;
|
|
3379
4423
|
} | undefined;
|
|
3380
4424
|
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3381
|
-
readonly [x: string]: string | any;
|
|
4425
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3382
4426
|
} | undefined;
|
|
3383
4427
|
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3384
4428
|
readonly [x: string]: string;
|
|
3385
4429
|
} | undefined;
|
|
3386
4430
|
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3387
|
-
readonly [x: string]: string | any;
|
|
4431
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3388
4432
|
} | undefined;
|
|
3389
4433
|
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3390
4434
|
readonly [x: string]: string;
|
|
@@ -3393,7 +4437,7 @@ export declare function useTailwindConfig(): {
|
|
|
3393
4437
|
readonly [x: string]: string;
|
|
3394
4438
|
} | undefined;
|
|
3395
4439
|
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3396
|
-
readonly [x: string]: string | any;
|
|
4440
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3397
4441
|
} | undefined;
|
|
3398
4442
|
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3399
4443
|
readonly [x: string]: string;
|
|
@@ -3402,10 +4446,10 @@ export declare function useTailwindConfig(): {
|
|
|
3402
4446
|
readonly [x: string]: string;
|
|
3403
4447
|
} | undefined;
|
|
3404
4448
|
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3405
|
-
readonly [x: string]: string | any;
|
|
4449
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3406
4450
|
} | undefined;
|
|
3407
4451
|
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3408
|
-
readonly [x: string]: string | any;
|
|
4452
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3409
4453
|
} | undefined;
|
|
3410
4454
|
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3411
4455
|
readonly [x: string]: string;
|
|
@@ -3449,13 +4493,13 @@ export declare function useTailwindConfig(): {
|
|
|
3449
4493
|
readonly [x: string]: string;
|
|
3450
4494
|
} | undefined;
|
|
3451
4495
|
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3452
|
-
readonly [x: string]: string | any;
|
|
4496
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3453
4497
|
} | undefined;
|
|
3454
4498
|
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3455
4499
|
readonly [x: string]: string;
|
|
3456
4500
|
} | undefined;
|
|
3457
4501
|
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3458
|
-
readonly [x: string]: string | any;
|
|
4502
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3459
4503
|
} | undefined;
|
|
3460
4504
|
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3461
4505
|
readonly [x: string]: string;
|
|
@@ -3464,16 +4508,16 @@ export declare function useTailwindConfig(): {
|
|
|
3464
4508
|
readonly [x: string]: string;
|
|
3465
4509
|
} | undefined;
|
|
3466
4510
|
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3467
|
-
readonly [x: string]: string | any;
|
|
4511
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3468
4512
|
} | undefined;
|
|
3469
4513
|
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3470
4514
|
readonly [x: string]: string;
|
|
3471
4515
|
} | undefined;
|
|
3472
4516
|
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3473
|
-
readonly [x: string]: string | any;
|
|
4517
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3474
4518
|
} | undefined;
|
|
3475
4519
|
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3476
|
-
readonly [x: string]: string | any;
|
|
4520
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3477
4521
|
} | undefined;
|
|
3478
4522
|
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3479
4523
|
readonly [x: string]: string;
|
|
@@ -3482,7 +4526,7 @@ export declare function useTailwindConfig(): {
|
|
|
3482
4526
|
readonly [x: string]: string | readonly string[];
|
|
3483
4527
|
} | undefined;
|
|
3484
4528
|
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3485
|
-
readonly [x: string]: string | any;
|
|
4529
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3486
4530
|
} | undefined;
|
|
3487
4531
|
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3488
4532
|
readonly [x: string]: string;
|
|
@@ -3491,13 +4535,13 @@ export declare function useTailwindConfig(): {
|
|
|
3491
4535
|
readonly [x: string]: string;
|
|
3492
4536
|
} | undefined;
|
|
3493
4537
|
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3494
|
-
readonly [x: string]: string | any;
|
|
4538
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3495
4539
|
} | undefined;
|
|
3496
4540
|
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3497
4541
|
readonly [x: string]: string;
|
|
3498
4542
|
} | undefined;
|
|
3499
4543
|
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3500
|
-
readonly [x: string]: string | any;
|
|
4544
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3501
4545
|
} | undefined;
|
|
3502
4546
|
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3503
4547
|
readonly [x: string]: string;
|
|
@@ -3506,7 +4550,7 @@ export declare function useTailwindConfig(): {
|
|
|
3506
4550
|
readonly [x: string]: string;
|
|
3507
4551
|
} | undefined;
|
|
3508
4552
|
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3509
|
-
readonly [x: string]: string | any;
|
|
4553
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3510
4554
|
} | undefined;
|
|
3511
4555
|
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3512
4556
|
readonly [x: string]: string;
|
|
@@ -3610,7 +4654,7 @@ export declare function useTailwindConfig(): {
|
|
|
3610
4654
|
readonly [x: string]: string;
|
|
3611
4655
|
} | undefined;
|
|
3612
4656
|
readonly colors?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3613
|
-
readonly [x: string]: string | any;
|
|
4657
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3614
4658
|
} | undefined;
|
|
3615
4659
|
readonly spacing?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3616
4660
|
readonly [x: string]: string;
|
|
@@ -3774,7 +4818,7 @@ export declare function useTailwindConfig(): {
|
|
|
3774
4818
|
readonly [x: string]: string;
|
|
3775
4819
|
} | undefined;
|
|
3776
4820
|
readonly divideColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3777
|
-
readonly [x: string]: string | any;
|
|
4821
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3778
4822
|
} | undefined;
|
|
3779
4823
|
readonly divideOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3780
4824
|
readonly [x: string]: string;
|
|
@@ -3786,13 +4830,13 @@ export declare function useTailwindConfig(): {
|
|
|
3786
4830
|
readonly [x: string]: string;
|
|
3787
4831
|
} | undefined;
|
|
3788
4832
|
readonly borderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3789
|
-
readonly [x: string]: string | any;
|
|
4833
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3790
4834
|
} | undefined;
|
|
3791
4835
|
readonly borderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3792
4836
|
readonly [x: string]: string;
|
|
3793
4837
|
} | undefined;
|
|
3794
4838
|
readonly backgroundColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3795
|
-
readonly [x: string]: string | any;
|
|
4839
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3796
4840
|
} | undefined;
|
|
3797
4841
|
readonly backgroundOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3798
4842
|
readonly [x: string]: string;
|
|
@@ -3801,7 +4845,7 @@ export declare function useTailwindConfig(): {
|
|
|
3801
4845
|
readonly [x: string]: string;
|
|
3802
4846
|
} | undefined;
|
|
3803
4847
|
readonly gradientColorStops?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3804
|
-
readonly [x: string]: string | any;
|
|
4848
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3805
4849
|
} | undefined;
|
|
3806
4850
|
readonly backgroundSize?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3807
4851
|
readonly [x: string]: string;
|
|
@@ -3810,10 +4854,10 @@ export declare function useTailwindConfig(): {
|
|
|
3810
4854
|
readonly [x: string]: string;
|
|
3811
4855
|
} | undefined;
|
|
3812
4856
|
readonly fill?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3813
|
-
readonly [x: string]: string | any;
|
|
4857
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3814
4858
|
} | undefined;
|
|
3815
4859
|
readonly stroke?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3816
|
-
readonly [x: string]: string | any;
|
|
4860
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3817
4861
|
} | undefined;
|
|
3818
4862
|
readonly strokeWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3819
4863
|
readonly [x: string]: string;
|
|
@@ -3857,13 +4901,13 @@ export declare function useTailwindConfig(): {
|
|
|
3857
4901
|
readonly [x: string]: string;
|
|
3858
4902
|
} | undefined;
|
|
3859
4903
|
readonly textColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3860
|
-
readonly [x: string]: string | any;
|
|
4904
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3861
4905
|
} | undefined;
|
|
3862
4906
|
readonly textOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3863
4907
|
readonly [x: string]: string;
|
|
3864
4908
|
} | undefined;
|
|
3865
4909
|
readonly textDecorationColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3866
|
-
readonly [x: string]: string | any;
|
|
4910
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3867
4911
|
} | undefined;
|
|
3868
4912
|
readonly textDecorationThickness?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3869
4913
|
readonly [x: string]: string;
|
|
@@ -3872,16 +4916,16 @@ export declare function useTailwindConfig(): {
|
|
|
3872
4916
|
readonly [x: string]: string;
|
|
3873
4917
|
} | undefined;
|
|
3874
4918
|
readonly placeholderColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3875
|
-
readonly [x: string]: string | any;
|
|
4919
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3876
4920
|
} | undefined;
|
|
3877
4921
|
readonly placeholderOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3878
4922
|
readonly [x: string]: string;
|
|
3879
4923
|
} | undefined;
|
|
3880
4924
|
readonly caretColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3881
|
-
readonly [x: string]: string | any;
|
|
4925
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3882
4926
|
} | undefined;
|
|
3883
4927
|
readonly accentColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3884
|
-
readonly [x: string]: string | any;
|
|
4928
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3885
4929
|
} | undefined;
|
|
3886
4930
|
readonly opacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3887
4931
|
readonly [x: string]: string;
|
|
@@ -3890,7 +4934,7 @@ export declare function useTailwindConfig(): {
|
|
|
3890
4934
|
readonly [x: string]: string | readonly string[];
|
|
3891
4935
|
} | undefined;
|
|
3892
4936
|
readonly boxShadowColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3893
|
-
readonly [x: string]: string | any;
|
|
4937
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3894
4938
|
} | undefined;
|
|
3895
4939
|
readonly outlineWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3896
4940
|
readonly [x: string]: string;
|
|
@@ -3899,13 +4943,13 @@ export declare function useTailwindConfig(): {
|
|
|
3899
4943
|
readonly [x: string]: string;
|
|
3900
4944
|
} | undefined;
|
|
3901
4945
|
readonly outlineColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3902
|
-
readonly [x: string]: string | any;
|
|
4946
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3903
4947
|
} | undefined;
|
|
3904
4948
|
readonly ringWidth?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3905
4949
|
readonly [x: string]: string;
|
|
3906
4950
|
} | undefined;
|
|
3907
4951
|
readonly ringColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3908
|
-
readonly [x: string]: string | any;
|
|
4952
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3909
4953
|
} | undefined;
|
|
3910
4954
|
readonly ringOpacity?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3911
4955
|
readonly [x: string]: string;
|
|
@@ -3914,7 +4958,7 @@ export declare function useTailwindConfig(): {
|
|
|
3914
4958
|
readonly [x: string]: string;
|
|
3915
4959
|
} | undefined;
|
|
3916
4960
|
readonly ringOffsetColor?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").RecursiveKeyValuePair<string, string>) | {
|
|
3917
|
-
readonly [x: string]: string | any;
|
|
4961
|
+
readonly [x: string]: string | /*elided*/ any;
|
|
3918
4962
|
} | undefined;
|
|
3919
4963
|
readonly blur?: ((utils: import("tailwindcss/types/config.js").PluginUtils) => import("tailwindcss/types/config.js").KeyValuePair<string, string>) | {
|
|
3920
4964
|
readonly [x: string]: string;
|
|
@@ -4012,6 +5056,7 @@ export declare function useTailwindConfig(): {
|
|
|
4012
5056
|
readonly strokeWidth?: boolean | undefined;
|
|
4013
5057
|
readonly textDecoration?: boolean | undefined;
|
|
4014
5058
|
readonly transform?: boolean | undefined;
|
|
5059
|
+
readonly transformOrigin?: boolean | undefined;
|
|
4015
5060
|
readonly visibility?: boolean | undefined;
|
|
4016
5061
|
readonly translate?: boolean | undefined;
|
|
4017
5062
|
readonly content?: boolean | undefined;
|
|
@@ -4055,7 +5100,6 @@ export declare function useTailwindConfig(): {
|
|
|
4055
5100
|
readonly captionSide?: boolean | undefined;
|
|
4056
5101
|
readonly borderCollapse?: boolean | undefined;
|
|
4057
5102
|
readonly borderSpacing?: boolean | undefined;
|
|
4058
|
-
readonly transformOrigin?: boolean | undefined;
|
|
4059
5103
|
readonly skew?: boolean | undefined;
|
|
4060
5104
|
readonly animation?: boolean | undefined;
|
|
4061
5105
|
readonly touchAction?: boolean | undefined;
|
|
@@ -4177,7 +5221,7 @@ export declare function useTailwindConfig(): {
|
|
|
4177
5221
|
config?: Partial<import("tailwindcss/types/config.js").Config> | undefined;
|
|
4178
5222
|
};
|
|
4179
5223
|
__isOptionsFunction: true;
|
|
4180
|
-
} | any | undefined)[] | undefined;
|
|
5224
|
+
} | /*elided*/ any | undefined)[] | undefined;
|
|
4181
5225
|
} | undefined;
|
|
4182
5226
|
} | undefined)[] | undefined;
|
|
4183
5227
|
} | null;
|