Files
med-notes/.pnpm-store/v10/files/85/cb00d3927a587cf4d280a5520195390c97fbfcf3b6b64809f3aa4248f4eba759cb4e31a7ab98144d3fa388251315c8ebcc553419227d2b3ce524675bf2e063
2025-05-09 05:30:08 +02:00

30 lines
491 B
Plaintext

import { _ as _default } from './colors-b_6i0Oi7.js';
type NamedUtilityValue = {
kind: 'named';
/**
* ```
* bg-red-500
* ^^^^^^^
*
* w-1/2
* ^
* ```
*/
value: string;
/**
* ```
* w-1/2
* ^^^
* ```
*/
fraction: string | null;
};
type PluginUtils = {
theme: (keypath: string, defaultValue?: any) => any;
colors: typeof _default;
};
export type { NamedUtilityValue as N, PluginUtils as P };