UNPKG

another-ui

Version:

as the name says, it's another ui library for React built on Tailwind & Shadcn

11 lines (10 loc) 256 B
type TextSizeTokenConfig = Record<string, [ fontSize: string, Partial<{ lineHeight: string; letterSpacing: string; fontWeight: number | string; }> ]>; export declare const textSizeTokens: TextSizeTokenConfig; export {};