epiphany/node_modules/@csstools/postcss-logical-viewport-units/dist/transform.d.ts

5 lines
120 B
TypeScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
export declare function transform(source: string, replacements: {
vi: 'vw' | 'vh';
vb: 'vw' | 'vh';
}): string;