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