From 84ec839b041a0da2a7a950c47f003d5bebfe4685 Mon Sep 17 00:00:00 2001 From: Manti <67705577+mantikafasi@users.noreply.github.com> Date: Wed, 16 Nov 2022 02:40:46 +0300 Subject: Add ReviewDB Plugin (#187) Co-authored-by: Ven --- src/webpack/common.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webpack/common.tsx') diff --git a/src/webpack/common.tsx b/src/webpack/common.tsx index a8d67ca..9645172 100644 --- a/src/webpack/common.tsx +++ b/src/webpack/common.tsx @@ -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; -- cgit