zhengyiming
2025-03-06 be10ce7e8e790c0bb48842218cd7ae7020e5b470
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};