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