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