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