wupengfei
2025-05-30 497ed339e6dba93ad47ef0e68576c93438f836e3
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};