wupengfei
2025-04-01 71d29c894613a25ebca83e291d64b65bde49ace8
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};