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