From 0918cae83455e05996776b9199b5e78c50488b2d Mon Sep 17 00:00:00 2001 From: "Jimmy.Chai" Date: Thu, 1 Apr 2021 15:39:57 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-7263=20refactor=EF=BC=9A=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/core/wrapper/layout/adapt/float.horizontal.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 typescript/core/wrapper/layout/adapt/float.horizontal.ts diff --git a/typescript/core/wrapper/layout/adapt/float.horizontal.ts b/typescript/core/wrapper/layout/adapt/float.horizontal.ts new file mode 100644 index 000000000..176124be8 --- /dev/null +++ b/typescript/core/wrapper/layout/adapt/float.horizontal.ts @@ -0,0 +1,5 @@ +import { Layout } from "../../layout"; + +export declare class FloatHorizontalLayout extends Layout { + static xtype: string; +}