wupengfei
2025-10-31 d5940c691e7b93894c42d0ef56428eeb29aa036b
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};