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