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