wupengfei
2025-11-14 5ccaf0b465e44487d4e4e822eaa648b723e71ad8
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};