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