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