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