epiphany/node_modules/@csstools/css-calc/dist/functions/min.d.ts

4 lines
247 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
import type { Calculation } from '../calculation';
import type { ComponentValue, FunctionNode } from '@csstools/css-parser-algorithms';
export declare function solveMin(minNode: FunctionNode, solvedNodes: Array<ComponentValue>): Calculation | -1;