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