Spaces:
Sleeping
Sleeping
pythonic-rag-FastAPIReact / frontend /node_modules /@csstools /postcss-oklab-function /dist /modified-values.d.ts
| import type { Declaration, Result } from 'postcss'; | |
| export declare function modifiedValues(originalValue: string, decl: Declaration, result: Result, preserve: boolean): { | |
| rgb: string; | |
| displayP3: string; | |
| } | undefined; | |