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; +}