import { IPSTitleBar } from './ipstitle-bar'; /** * * 子接口类型识别属性[] * @export * @interface IPSAppTitleBar */ export type IPSAppTitleBar = IPSTitleBar;