3 lines
130 B
TypeScript
3 lines
130 B
TypeScript
|
import type { Declaration } from 'postcss';
|
||
|
export declare function parseValueCouple(declaration: Declaration): [string, string];
|