wupengfei
2025-02-25 3d6e0ce70fb2267576ddba9d586eef20a52be31b
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};