wupengfei
2025-09-25 93c5273910225ae370e576460ee49cac171cc2ea
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};