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