UNPKG

tailwind-compositor

Version:

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

7 lines (6 loc) 207 B
import { StyleTypography, TypeStyleParams } from '../types'; /** * * */ export declare const styleText: ({ font, baseline, size, leading, snap, root, useRem, }: TypeStyleParams) => StyleTypography;