wupengfei
2025-04-07 c8fe05eb089226a8f1f36e403f25f99f99831954
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};