mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 08:33:01 -04:00
parent
b30508aef8
commit
84ec839b04
12 changed files with 553 additions and 14 deletions
|
@ -172,7 +172,7 @@ export type TextProps = React.PropsWithChildren & {
|
|||
variant: TextVariant;
|
||||
style?: React.CSSProperties;
|
||||
color?: string;
|
||||
tag?: "div" | "span" | "p" | "strong";
|
||||
tag?: "div" | "span" | "p" | "strong" | `h${1 | 2 | 3 | 4 | 5 | 6}`;
|
||||
selectable?: boolean;
|
||||
lineClamp?: number;
|
||||
id?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue