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