From cd4e791f43180168a6009f5ce5e3f5a4942cd2fc Mon Sep 17 00:00:00 2001 From: zsmj Date: Mon, 7 Mar 2022 09:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=20absolute=E6=94=AF=E6=8C=81inset?= =?UTF-8?q?=20shorthand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/shims-tsx.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript/shims-tsx.ts b/typescript/shims-tsx.ts index 12204bd50..111b6a082 100644 --- a/typescript/shims-tsx.ts +++ b/typescript/shims-tsx.ts @@ -13,6 +13,7 @@ interface UIProps { bgap: number; vgap: number; hgap: number; + inset: number | string; } // 一些布局的附加属性