wupengfei
2025-10-17 82d081dd2f375e2488b823d42dd4ae4ae63deded
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};