wupengfei
2025-12-04 6b532419c00f8bfbc696ef475f5c97b457497c6b
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};