wupengfei
2025-02-21 83f821e00802979e64840901bf2a1d18b4b61601
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};