forked from fanruan/fineui
alan
4 years ago
2 changed files with 10 additions and 0 deletions
@ -0,0 +1,7 @@
|
||||
import { _Layout } from "../../layout"; |
||||
|
||||
export interface _LeftVerticalAdapt extends _Layout { |
||||
resize(): void; |
||||
|
||||
populate<T>(items?: T[]): void; |
||||
} |
Loading…
Reference in new issue