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