mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-02 08:58:36 +00:00
4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
export default function TypographyLarge() {
|
|
return <div className="text-lg font-semibold">Are you absolutely sure?</div>
|
|
}
|