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