zhengyiming
2025-09-26 144dfa80ccd6ea01fddaa0a71e022eaf9b1646ea
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};