import { ListExpBarControlBase } from '../../../widgets';
/**
 * 实体列表导航栏部件基类
 *
 * @export
 * @class AppListExpBarBase
 * @extends {ListExpBarControlBase}
 */
export class AppListExpBarBase extends ListExpBarControlBase {
}
