wupengfei
2025-10-17 42d60f50072ebde98549157420bd18639712af43
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};