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