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