wupengfei
2025-05-28 6b333bea26b7599a3cf39cfa88333572ad66261e
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};