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