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