zhengyiming
2025-05-29 9510f39082cda8777f7bdd832ab5899ec88eb17e
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};