UNPKG

@findnlink/ui

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