UNPKG

tailwind-compositor

Version:

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

8 lines (7 loc) 238 B
import { StyleTypography, TypeStyleRelParams } from '../types'; /** * * */ export declare const styleXHeightRel: ({ font, baseline, root, size, leading, }: TypeStyleRelParams) => StyleTypography; export default styleXHeightRel;