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