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