wupengfei
2025-09-16 648589fd8d119c1602d6cf87e938535bc15fa270
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};