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