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