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