zhengyiming
2025-09-17 0e8dd17a8f48081966e04b005602053b34309ca7
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};