/**
     * Item接口。
     */
export interface IItem {
    /**
     * 初始化列表项。
     */
    initItems(): void;
}
