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