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