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