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) 187 B
import { Style } from '../types'; export declare const owlY: ({ space }: { space: string; }) => Style; export declare const owlX: ({ space }: { space: string; }) => Style;