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