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