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