zhengyiming
2025-07-29 ac452fd9dd2b7703a81374d171df3604fae78b7a
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};