zhengyiming
2025-08-28 c24cdd854e258712408a7904bdb401c49e3f07c1
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};