wupengfei
2025-03-21 77f32b6d96237dc874ca81c0ecab1a21500cc5ab
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};