mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 08:38:24 -04:00
4 lines
200 B
TypeScript
4 lines
200 B
TypeScript
|
|
import type { Node } from 'postcss-value-parser';
|
||
|
|
export declare function getMedia(dpi: number | false, postcss: any, decl: any): any;
|
||
|
|
export declare function getMediaDPI(node: Node): number | false;
|