wupengfei
2025-11-21 8616ceb8ead16653994b6388a5838c8e2f8b32d1
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};