wupengfei
2025-11-14 bbb03cdda32f043ffb033b916abe964ba29315d0
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};