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