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