UNPKG

@findnlink/ui

Version:
6 lines (5 loc) 150 B
export interface TextProps { children: HTMLElement | string; scale?: 's' | 'm' | 'l' | 'xl'; weight?: 'light' | 'normal' | 'bold'; }