UNPKG

tailwind-compositor

Version:

Compositor is a system of constraints designed to produce aesthetically pleasing, typographic compositions, based on objective, constant dimensions of space.

5 lines (4 loc) 114 B
import { Style } from '../types'; export declare const measure: ({ space }: { space: string; }) => Style;