imp
3 years ago
5 changed files with 18 additions and 1 deletions
@ -0,0 +1,5 @@
|
||||
import { Layout } from "../../layout"; |
||||
|
||||
export declare class HorizontalFillLayout extends Layout { |
||||
static xtype: string; |
||||
} |
@ -0,0 +1,5 @@
|
||||
import { Layout } from "../../layout"; |
||||
|
||||
export declare class VerticalFillLayout extends Layout { |
||||
static xtype: string; |
||||
} |
Loading…
Reference in new issue