/
Mikhail823
/
todo
Обзор
Документация
Войти
/
Mikhail823
/
todo
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
node_modules/postcss-lab-function/dist/on-css-function.d.ts
4 строки
302 B
Mikhail Popov
j
23 фев 2026, 16:12
23 фев 2026, 16:12
ff7232a
Код
Авторство
О чём код?
import type { FunctionNode } from 'postcss-value-parser'; import { Declaration, Result } from 'postcss'; export declare function onCSSFunctionSRgb(node: FunctionNode): void; export declare function onCSSFunctionDisplayP3(node: FunctionNode, decl: Declaration, result: Result, preserve: boolean): void;