mirror of
https://github.com/sussy-code/smov.git
synced 2026-04-27 03:12:52 +00:00
3 lines
134 B
TypeScript
3 lines
134 B
TypeScript
export function SecondaryLabel(props: { children: React.ReactNode }) {
|
|
return <p className="text-type-text">{props.children}</p>;
|
|
}
|