release(tach-typography): v0.3.0
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user