zhengyiming
2025-11-14 4153f38e1f55daac0d1da109992a65c0026b0f40
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};