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