Browse Source

KERNEL-7263 refactor:类型补充

es6
Jimmy.Chai 3 years ago
parent
commit
0918cae834
  1. 5
      typescript/core/wrapper/layout/adapt/float.horizontal.ts

5
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;
}
Loading…
Cancel
Save