zhengyiming
2025-11-20 5cb471c388d5b9a6829f1045d19f0644d983822c
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};