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