wupengfei
2025-06-05 6189c889402a96a40b7cef5e2ee43578fe6180de
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};