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