wupengfei
2025-06-09 6a6b899fbffe820f37e9e991f2335ef0c6b911c8
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};