TenantAtlas/apps/platform/.pnpm-store/v10/files/35/b879926902476f8ff1fbba70d4edfb8d5aa3f52aa2a5b232a3aa55b796ada10becc7e5364ffcdd0f6f6a6c978fde5b30396307cfcad81b94246849ef4c7a1a
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

30 lines
491 B
Plaintext

import { _ as _default } from './colors-C__qRT83.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 };