zhengyiming
2025-06-16 2caafed814dbbaf0905e77db91ed7835d8d854d9
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};