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