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