zhengyiming
3 天以前 df85978d81606b7c904043412a051790807e107c
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};