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