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