release(tach-typography): v0.3.0

This commit is contained in:
2026-03-31 18:36:20 +03:00
parent a8c2eaa2fd
commit cacbc016ec
35 changed files with 799 additions and 85 deletions

View File

@@ -10,6 +10,8 @@ interface AdditionalProps {
weight?: TypographyWeight;
onClick?: (event: React.MouseEvent<HTMLElement>) => void;
className?: string | undefined;
markdownEnabled?: boolean;
children?: React.ReactNode;
}
declare const TachTypography: {
Text: {