zhengyiming
2025-08-01 b9306ff4178b859a55915c948cdc1ef82b054796
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};