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