source: node_modules/tailwindcss/dist/resolve-config-BIFUA2FY.d.ts@ d42aac3

Last change on this file since d42aac3 was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Working / before login

  • Property mode set to 100644
File size: 491 bytes
Line 
1import { _ as _default } from './colors-b_6i0Oi7.js';
2
3type NamedUtilityValue = {
4 kind: 'named';
5 /**
6 * ```
7 * bg-red-500
8 * ^^^^^^^
9 *
10 * w-1/2
11 * ^
12 * ```
13 */
14 value: string;
15 /**
16 * ```
17 * w-1/2
18 * ^^^
19 * ```
20 */
21 fraction: string | null;
22};
23
24type PluginUtils = {
25 theme: (keypath: string, defaultValue?: any) => any;
26 colors: typeof _default;
27};
28
29export type { NamedUtilityValue as N, PluginUtils as P };
Note: See TracBrowser for help on using the repository browser.