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