wupengfei
8 天以前 9b07e595da6e87cfc49a8728586e85c0635a8650
1
2
3
4
5
export type PageTitleV2Props = {
  title?: string;
  subTitle?: string;
  showLine?: boolean;
};