wupengfei
2025-02-25 e7b532e0514eae9c426465da6e6f922e6e9a0696
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};