UNPKG

shadcn-typography

Version:

This is a collection of typography components created off of the shadcn/ui website. The components are built using Tailwind CSS and React.

3 lines (2 loc) 101 B
import { type ClassValue } from 'clsx'; export declare function cn(...inputs: ClassValue[]): string;