Add ReviewDB Plugin (#187)

Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
Manti 2022-11-16 02:40:46 +03:00 committed by GitHub
parent b30508aef8
commit 84ec839b04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 553 additions and 14 deletions

View file

@ -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;