UNPKG

@automattic/agenttic-ui

Version:

UI components for the Agenttic framework

8 lines 285 B
/** * Utility to get CSS variable values * Note: OKLCH colors are automatically converted to RGB by the browser * @param variableName * @param fallback */ export declare const getCSSVariable: (variableName: string, fallback?: string) => string; //# sourceMappingURL=theme.d.ts.map