UNPKG

mai3-phaser-sdk

Version:

A UI component library based on the Phaser game engine

7 lines 264 B
import { ScrollViewConfig } from "./ScrollViewConfig"; import { BaseConfig } from "../base/BaseConfig"; export interface ListViewConfig extends ScrollViewConfig { itemHeight: number; itemDatas: BaseConfig[][]; } //# sourceMappingURL=ListViewConfig.d.ts.map