fineui是帆软报表和BI产品线所使用的前端框架。
 
 
 

5 lines
146 B

import { _Layout } from "../layout";
export interface _VerticalLayout extends _Layout {
resize(): void;
populate<T>(items?: T[]): void;
}